curl --location --request POST 'https://apicfa.convirza.com/v2/callflow/pool/number' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"provisioned_route_id": 0,
"phone_numbers": [
{
"number": "stringstri"
}
]
}
]'[
{
"result": "string",
"data": "string",
"entry_count": 0
}
]