curl --location --request POST '/api/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "1234567890abcdef",
"secret_key": "abcdef1234567890"
}'{
"status": true,
"data": [
{
"code": "8BP2000",
"category": "Topup Game",
"brand": "8 Ball Pool",
"type": "Cash",
"name": "8 Ball Pool 2.000 Cash",
"price": {
"silver": 623025,
"gold": 623025,
"platinum": 623025
},
"description": "nomor tujuan = user id 8 Ball Pool (tanpa menggunakan simbol -).",
"created_at": "2025-09-13 16:47:25",
"updated_at": "2025-09-13 16:47:25"
}
]
}