cURL
curl --request POST \ --url https://api.comm.com/api/v1/voice/call-caps \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "daily_cap": 2, "country_id": 123, "timezone": "<string>", "is_enabled": true } '
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
The response is of type string.
string