curl --location --request GET 'https://topup.haibubble.com/api/product' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": 200,
"success": true,
"message": "Product retrieved successfully",
"data": [
{
"product_name": "Mobile Legends",
"product_code": "BSML301",
"account_identifier": "Game ID & Zone",
"status": "Available"
},
{
"product_name": "Magic Chess",
"product_code": "BSMC382",
"account_identifier": "Game ID & Zone",
"status": "Available"
}
]
}