curl --location --request GET 'https://oteapi.webnic.cc/ssl/v2/orders/statistics' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"pending": 302,
"active": 0,
"expiringSoon": 0,
"expired": 0,
"cancelled": 15,
"revoked": 2
}
}