x-token: ********************{
"id": 0
}curl --location --request POST 'https://api.gogpu.cn/user/order/GetOrderStatusStats' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'{
"code": 0,
"data": {
"canceled": 0,
"completed": 0,
"delivery": 0,
"expired": 0,
"paid": 0,
"pending_payment": 0,
"refunded": 0,
"total": 0
},
"msg": "string"
}