curl --location --request GET 'https://api.flireo.nl/v1/available-phone-numbers?number_type&country_code&limit' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"phone_number": "+31201234567",
"locality": "string",
"region": "string",
"number_type": "local",
"cost": {
"monthly": "string",
"currency": "string"
}
}
]
}