curl --location '/studio-api/v1/studio/order-assignments/list?status=undefined&merchantId=undefined&gameServerId=undefined&gameCategoryId=undefined&nearTimeout=undefined&autoHit=undefined&timeFrom=undefined&timeTo=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"assignmentNo": "string",
"orderId": 0,
"orderNo": "string",
"merchantId": 0,
"merchantName": "string",
"serviceTitle": "string",
"gameServerId": 0,
"gameServerName": "string",
"gameCategoryId": 0,
"gameCategoryName": "string",
"gameAccount": "string",
"roleName": "string",
"roleSummary": "string",
"promisedStartAt": "string",
"quotationSnapshot": {
"quotationId": 0,
"name": "string",
"studioPrice": 0,
"gameCategoryId": 0,
"gameServerId": 0,
"businessTypeId": 0,
"standardDurationSec": 0,
"confirmTimeoutSec": 0,
"estimatedStartDurationSec": 0,
"supportLive": true,
"roleCampDesc": "string",
"minProfitSuggest": "string",
"specialRemarkTemplate": "string"
},
"status": "string",
"statusName": "string",
"autoHit": true,
"prioritize": true,
"nearTimeout": true,
"confirmationDeadline": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}