curl --location --request POST 'https://my.xentree.com/api/core/conversations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "New Conversation",
"initial_query": "string",
"source": "string"
}'{
"id": "string",
"title": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}