curl --request POST \
--url https://api.topcalls.ai/v1/calls/{call_id}/cancel \
--header 'Authorization: Bearer <token>'{
"ok": true
}Cancel a call that hasn’t started yet
curl --request POST \
--url https://api.topcalls.ai/v1/calls/{call_id}/cancel \
--header 'Authorization: Bearer <token>'{
"ok": true
}