curl --request POST \
--url https://api.production.hyperoru.com/api/hyper-ai/conversations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"context": {},
"message": "<string>",
"conversation_id": 123,
"skill_ids": [
123
]
}
'