curl --location --request POST '/messaging_hosted_number_orders//verification_codes' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_numbers": [
"string"
],
"verification_method": "sms"
}'
{
"data": [
{
"phone_number": "string",
"type": "sms",
"verification_code_id": "6ba568d7-27a4-452c-8f75-37fd10843936"
}
]
}
Authorization: Bearer ********************