curl --location 'http://dev-cn.your-api-server.com/assets' \
--header 'Authorization: Bearer [API Key]' \
--header 'Content-Type: application/json' \
--data '{
"name": "mysong",
"extension": "mp3",
"group": "mysong-stems",
"s3Path": "tmp/62b75fc47a33a800478b8695/mysongmp3-f74bc989-aae6-4581-a225-ec01efa4e741.mp3"
}'{
"asset": {
"name": "string",
"key": "string",
"uploadComplete": true,
"user": "string",
"fileType": "string",
"assetType": "string",
"metaData": {
"beats": [
"string"
],
"length": 0,
"sampleRate": 0
},
"group": "string",
"public": true,
"listed": true,
"library": true,
"stems": [
"string"
],
"midi": [
"string"
],
"revoices": [
"string"
],
"tags": [
"string"
],
"deleted": true,
"likeCount": 0,
"recentLikeCount": 0,
"viewCount": 0,
"commentCount": 0,
"previewConstantBitRate": true,
"api": true,
"_id": "string",
"createdTimestamp": "string",
"__v": 0
}
}