CREATE a Conversation
Description
Request body:
Response:
Example request
curl -X POST '{api_enpoint}/conversations' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-d '{
"agent_id": "123e4567-e89b-12d3-a456-426614174000"
}'Last updated