curl --location --request GET 'https://platform-api.convirza.com/v3/phone-numbers/assigned?limit&npa&nxx&ocn&match' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "Success",
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-02-26T18:00:00.000Z",
"data": [
{
"number_id": 12345,
"number": "4255551212",
"source": 10001
}
]
}