phoneNumberFrom of the referenced call from the user's blocklist — effective immediately, the next call from that number will ring through to the agent again. Pass the incoming call ID that was originally used to block, not the phone number directly.Authorization: ********************curl --location --request POST '/incoming-calls//unblock' \
--header 'Authorization: Bearer <token>'{
"success": true,
"blocked": true,
"blockedNumber": "+14155551234"
}