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