{}curl --location --request POST '/admin/workflow/adminGetRequestSummary' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{}'{
"err": 200,
"message": "Success",
"summary": [
{
"y": 115,
"x": {
"year": 2025,
"month": 10
}
},
{
"y": 15,
"x": {
"year": 2025,
"month": 11
}
}
],
"percentage": [
{
"group": "pending",
"value": 1
},
{
"group": "done",
"value": 55
}
]
}