X-API-Key: ********************{
"userId": "string"
}curl --location --request POST '/book/orderStatusCount' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"totalCount": 0,
"pendingCount": 0,
"paidCount": 0,
"shippedCount": 0,
"completedCount": 0,
"cancelledCount": 0,
"refundedCount": 0
}
}