curl --location --request POST 'https://topup.haibubble.com/api/order' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service_code": "BSML301E881",
"ref_id": "TRX20260301070",
"account_identifier": {
"user_id": "123456789",
"zone": "1234"
},
"signature": "b94ed3040056xxxxxx"
}'{
"status": 200,
"success": true,
"message": "Transaction created successfully",
"data": {
"ref_id": "TRX20260301070",
"order_id": "BSD21BDE12D5",
"service_code": "BSML301E881",
"service_name": "Weekly Diamond Pass",
"account_identifier": {
"user_id": "123456789",
"zone": "1234",
"nickname": "Gula"
},
"price": 28616,
"status": "Process",
"purchase_time": "2026-03-01T02:39:24+07:00"
}
}