curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/calls/outbound' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"toNumber": "+4712345678"
}'{
"success": true,
"call": {
"id": "string",
"room_name": "string",
"status": "string"
},
"room": "string",
"sipCallId": "string"
}