curl --location --request GET 'https://topup.haibubble.com/api/service?product_code=BSML301' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": 200,
"success": true,
"message": "Service retrieved successfully",
"data": [
{
"service_name": "5 Diamonds",
"service_code": "BSML301005",
"price": {
"currency": "IDR",
"value": 1515
},
"status": "Available"
},
{
"service_name": "12 Diamonds",
"service_code": "BSML301012",
"price": {
"currency": "IDR",
"value": 3524
},
"status": "Unavailable"
}
]
}