curl --request POST \
--url http://localhost:8080/api/calls/create-web-call \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--data '
{
"agent_id": "agent-123",
"metadata": {
"customer_id": "cust-001",
"session_type": "support",
"priority": "high"
}
}
'