X-API-Key: ********************curl --location 'https://api.snakk.ai/api/topups/order' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"topup_package_id": "3f7c2a10-1b2c-4d5e-8f90-0a1b2c3d4e5f"
}'{
"success": true,
"topup": {
"id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"tenant_id": "11111111-2222-3333-4444-555555555555",
"reseller_id": "66666666-7777-8888-9999-000000000000",
"topup_package_id": "3f7c2a10-1b2c-4d5e-8f90-0a1b2c3d4e5f",
"name": "500 ekstra minutter",
"minutes": 500,
"price_nok": 990,
"billing_year": 2026,
"billing_month": 6,
"purchased_by": "customer",
"status": "active"
}
}