curl --location --request POST 'https://api.flireo.nl/v1/phone-numbers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "string",
"number_type": "national",
"verification_group_id": "90d42921-3b04-4e64-a57a-f79a7dcd14af"
}'{
"message": "Telefoonnummer besteld",
"data": {
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"phone_number": "string",
"number_type": "string",
"status": "pending",
"credits_used": 0,
"remaining_credits": 0
}
}