curl --location 'https://prod.your-api-server.com/customer/v2/orders/topups' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"package_id": "bonbon-mobile-30days-3gb-topup",
"iccid": "89340000000000872",
"description": "Cuppedia utor eum tergum bene universe conservo corroboro aperte..."
}'{
"success": true,
"code": "TOPUP_ORDER_CREATED",
"message": "Top-up order created successfully",
"data": {
"data": {
"package_id": "5e0db",
"quantity": "1",
"type": "sim",
"description": "Top-up for customer John Doe",
"esim_type": "data",
"validity": 7,
"package": "Merhaba Top-up - 1GB",
"data": "1 GB",
"price": 3.5,
"created_at": "2024-01-15T10:30:00Z",
"id": 12345,
"code": "ORD-12345",
"currency": "USD",
"sims": [
{
"id": 1,
"iccid": "89012345678901234567"
}
]
}
},
"timestamp": "2025-10-29T12:30:00.000Z"
}