{
"CalleeNumber": "+62123456789",
"TaskID": "73c197d8ad72673b67d33d177ff0da991"
}
curl --location --request POST 'https://api.airudder.com/service/cloud/cancelphonecall' \
--header 'Authorization;' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"CalleeNumber": "+62123456789",
"TaskID": "73c197d8ad72673b67d33d177ff0da991"
}'
{
"data": {},
"status": "string",
"code": 200
}