curl --location --request POST '/verifications//actions/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "17686",
"status": "accepted"
}'
{
"data": {
"phone_number": "+13035551234",
"response_code": "accepted"
}
}
Authorization: Bearer ********************