curl --location '/studio-api/v1/studio/schedules/wait-assign/list?merchantId=undefined&gameServerId=undefined&gameCategoryId=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"assignmentId": 0,
"assignmentNo": "string",
"orderId": 0,
"orderNo": "string",
"merchantId": 0,
"merchantName": "string",
"serviceTitle": "string",
"gameCategoryId": 0,
"gameCategoryName": "string",
"gameServerId": 0,
"gameServerName": "string",
"acceptedByAccountId": 0,
"dashouId": 0,
"preferredDashouGroupId": 0,
"internalRemark": "string",
"suggestedStartAt": "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"
},
"schedulingStatus": "string",
"schedulingStatusName": "string",
"acceptedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}