curl --location '/merchant-api/v1/merchant/studio-quotations/list?studioId=undefined&gameServerId=undefined&gameCategoryId=undefined&businessTypeId=undefined&supportLive=undefined&autoAccept=undefined&status=undefined&keyword=undefined&minStudioPrice=undefined&maxStudioPrice=undefined&minAvgFulfillmentScore=undefined&maxAvgFulfillmentScore=undefined&minAvgConfirmDurationSec=undefined&maxAvgConfirmDurationSec=undefined&sortBy=undefined&sortOrder=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"studioId": 0,
"studioName": "string",
"name": "string",
"gameServerId": 0,
"gameServerName": "string",
"gameCategoryId": 0,
"gameCategoryName": "string",
"businessTypeId": 0,
"businessTypeName": "string",
"studioPrice": 0,
"standardDurationSec": 0,
"confirmTimeoutSec": 0,
"estimatedStartDurationSec": 0,
"supportLive": true,
"supportManual": true,
"requireAppointment": true,
"autoAccept": true,
"avgFulfillmentScore": 0,
"avgConfirmDurationSec": 0,
"status": "string",
"orderStatus": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}