isIncomingCall=true to rate an inbound call instead of outbound. A call can only be rated once — a second call returns 400. Ratings are generally only meaningful for SUCCESS/FAILED calls; rating an in-progress call is allowed but discouraged.Authorization: ********************curl --location '/calls//rate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"message": "string"
}