X-API-Key: ********************curl --location 'https://api.snakk.ai/api/integrations/dispatch-end-of-call' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"call_data": {
"summary": "string",
"transcript": "string",
"phone_number": "string",
"property1": "string",
"property2": "string"
}
}'{
"success": true,
"message": "Dispatch queued"
}