Authorization: Bearer ********************{
"title": "string"
}curl --location --request POST 'https://app.emoosearch.com/open-api/v1/chat' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string"
}'{
"code": 200,
"message": "string",
"data": {
"chat_id": 0
}
}