curl --location --request POST '/numbers_features' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_numbers": [
"string"
]
}'
{
"data": [
{
"features": [
"string"
],
"phone_number": "string"
}
]
}
Authorization: Bearer ********************