curl --location --request POST '/verified_numbers' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+15551234567",
"verification_method": "sms"
}'
{
"phone_number": "+15551234567",
"verification_method": "sms"
}
Authorization: Bearer ********************