curl --location --request POST '/verified_numbers//actions/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"verification_code": "123456"
}'
{
"data": {
"phone_number": "+15551234567",
"record_type": "verified_number",
"verified_at": "2020-09-14T17:03:32.965812"
}
}
Authorization: Bearer ********************