curl --location --request GET 'https://api.managem.co.uk/seller/stats' \
--header 'Authorization: Bearer <token>'{
"orders": {
"total": 0,
"waiting": 0
},
"cases": {
"open": 0
},
"listings": {
"total": 0,
"invalid": 0
}
}