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