curl --location --request PUT '/tracks/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"genre": "string",
"tags": [
"string"
],
"releaseDate": "2019-08-24",
"description": "string",
"isPrivate": true
}'{
"id": 0,
"title": "string",
"artist": {
"id": 0,
"username": "string"
},
"trackUrl": "http://example.com",
"coverUrl": "http://example.com",
"waveformUrl": "http://example.com",
"genre": "string",
"tags": [
"string"
],
"state": "PROCESSING",
"releaseDate": "2019-08-24",
"playCount": 0,
"likeCount": 0,
"repostCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}