{
"applicationNo": "string",
"studioType": "individual",
"studioName": "string",
"shortName": "string",
"contactName": "string",
"licenseNo": "string",
"files": [
{
"fileType": "string",
"objectKey": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string"
}
]
}curl --location '/studio-api/v1/studio/applications/submit' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"applicationNo": "string",
"studioType": "individual",
"studioName": "string",
"shortName": "string",
"contactName": "string",
"licenseNo": "string",
"files": [
{
"fileType": "string",
"objectKey": "string",
"fileName": "string",
"contentType": "string",
"size": 0,
"hash": "string"
}
]
}'{
"code": 0,
"message": "string",
"data": {
"success": true,
"status": "string"
}
}