curl --location --request GET 'https://api.flireo.nl/v1/phone-number-orders?limit&offset&status' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"phone_number": "string",
"number_type": "local",
"status": "pending",
"verification_group_id": "90d42921-3b04-4e64-a57a-f79a7dcd14af",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"total": 42,
"limit": 10,
"offset": 0
}
}