curl --location --request POST '/messaging_hosted_number_orders//validation_codes' \
--header 'Content-Type: application/json' \
--data-raw '{
"verification_codes": [
{
"code": "string",
"phone_number": "string"
}
]
}'
{
"data": {
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"phone_numbers": [
{
"phone_number": "string",
"status": "verified"
}
]
}
}
Authorization: Bearer ********************