Authorization: ********************curl --location 'https://decibel.foo/api/tracks/2/comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"body": "hi",
"timestampSeconds": 17
}'{
"id": 0,
"user": {
"id": 0,
"username": "string",
"displayName": "string",
"avatarUrl": "string",
"isFollowing": true,
"followerCount": 0,
"trackCount": 0
},
"body": "string",
"timestampSeconds": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}