{
"name": "string",
"gameCategoryId": 1,
"gameServerId": 1,
"businessTypeId": 1,
"studioPrice": 1,
"standardDurationSec": 1,
"confirmTimeoutSec": 1,
"estimatedStartDurationSec": 0,
"supportLive": true,
"supportManual": true,
"requireAppointment": true,
"autoAccept": true,
"roleCampDesc": "string",
"minProfitSuggest": "string",
"specialRemarkTemplate": "string"
}curl --location '/studio-api/v1/studio/quotations/create' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"gameCategoryId": 1,
"gameServerId": 1,
"businessTypeId": 1,
"studioPrice": 1,
"standardDurationSec": 1,
"confirmTimeoutSec": 1,
"estimatedStartDurationSec": 0,
"supportLive": true,
"supportManual": true,
"requireAppointment": true,
"autoAccept": true,
"roleCampDesc": "string",
"minProfitSuggest": "string",
"specialRemarkTemplate": "string"
}'{
"code": 0,
"message": "string",
"data": {
"id": 0
}
}