Authorization: Bearer ********************
curl --location --request GET 'https://theater-test-api.sylangyue.xyz/api/user/order?page=1&page_size=10'
{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"order_sn": "string",
"title": "string",
"platform_type": 0,
"payment_at": "string"
}
],
"page": 0,
"page_size": 0,
"page_total": 0,
"total": 0
}
}