curl --location --request POST '/verifications/by_phone_number//actions/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "17686",
"verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
}'
{
"data": {
"phone_number": "+13035551234",
"response_code": "accepted"
}
}
Authorization: Bearer ********************