curl --request POST \
--url https://your-domain.com/api/conversations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "Paris Trip Planning",
"mode": "auto",
"agent_id": "agent_abc123",
"model_name": "gpt-4"
}
'