curl --location '/studio-api/v1/studio/quotations/list?gameServerId=undefined&gameCategoryId=undefined&supportLive=undefined&status=undefined&autoAccept=undefined&keyword=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"name": "string",
"gameServerId": 0,
"gameServerName": "string",
"gameCategoryId": 0,
"gameCategoryName": "string",
"businessTypeId": 0,
"businessTypeName": "string",
"studioPrice": 0,
"standardDurationSec": 0,
"supportLive": true,
"autoAccept": true,
"avgFulfillmentScore": 0,
"avgConfirmDurationSec": 0,
"orderStatus": "string",
"status": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}