Authorization: Bearer ********************
curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/order/summary-weekly-report' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"year": "2023",
"total": "151464"
}
]
}