curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/digital-order/top-payment-methods?period_type=monthly' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "ECPay",
"type": "outlet_payment",
"total": 10
},
{
"name": "IBON",
"type": "outlet_payment",
"total": 1
},
{
"name": "Bank POST(700)",
"type": "transfer",
"total": 1
}
]
}