curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/digital-order/top-products' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "BPJS",
"category": "Utilities",
"total": 3
},
{
"name": "PLN",
"category": "Utilities",
"total": 2
},
{
"name": "Paket Data Indosat",
"category": "Telecommunication",
"total": 1
},
{
"name": "PLN Pascabayar",
"category": "Utilities",
"total": 1
},
{
"name": "Postpaid Phone",
"category": "Utilities",
"total": 1
}
]
}