Authorization: ********************access_token: ********************curl --location 'https://mock.apidog.com/m1/1052146-0-default/purchases/logs/summary?search=undefined&product=undefined&productId=undefined&datetime_from=undefined&datetime_to=undefined&qty_min=undefined&qty_max=undefined&price_min=undefined&price_max=undefined&amount_min=undefined&amount_max=undefined&status=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"totalRows": 124,
"totalQty": 845,
"totalAmount": 5350000
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}