curl --location --request POST 'https://api.flireo.nl/v1/verification-groups//order-number' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "string"
}'{
"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
}
}