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