Authorization: Bearer ********************{
"title": "新对话"
}curl --location 'https://app.emooai.com/open-api/v1/chat' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "新对话"
}'{
"code": 200,
"message": "success",
"data": {
"chat_id": 123
}
}