match cannot be combined with other filters. rc and state must be supplied together.curl --location 'https://platform-api.convirza.com/v3/phone-numbers/search?limit=&npa=&nxx=&ocn=&match=&rc=&state=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "Success",
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-02-26T18:00:00.000Z",
"data": [
{
"number": "4255551212",
"source": 10001
}
]
}