Authorization: Bearer ********************
curl --location --request GET '/api/front/order/data' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"completeCount": 0,
"evaluatedCount": 0,
"orderCount": 0,
"receivedCount": 0,
"refundCount": 0,
"sumPrice": 0,
"unPaidCount": 0,
"unShippedCount": 0
},
"message": "string"
}