curl --location --request POST '/messaging_hosted_number_orders/eligibility_numbers_check' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_numbers": [
"string"
]
}'
{
"phone_numbers": [
{
"detail": "string",
"eligible": true,
"eligible_status": "NUMBER_CAN_NOT_BE_REPEATED",
"phone_number": "string"
}
]
}
Authorization: Bearer ********************