curl --request POST \
--url https://staging.hymalaia.app/api/chat/create-chat-session \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"persona_id": 0,
"description": "<string>",
"project_id": 123
}
'