curl --request POST \
--url https://ai.data.cloud/api/v1/team/sessions/{sessionId} \
--header 'Content-Type: application/json' \
--header 'x-pd-api-key: <api-key>' \
--data '{
"title": "annual_review",
"languageType": "AUTO",
"jobMode": "AUTO",
"maxMessagesInContext": 7
}'