Authorization: Bearer ********************curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/digital-order/summary-weekly-report?period_type=weekly' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": {
"sale": {
"amount": 1762,
"percentage": 100,
"type": "increase"
},
"transaction": {
"amount": 10,
"percentage": 100,
"type": "increase"
}
}
}