api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//conversations//handler_priority/switch' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"handler_type": "ai"
}'{
"success": true,
"message": "Conversation switched to ai successfully",
"conversation_id": 123,
"status": "open",
"handler_type": "ai"
}