curl --location --request GET 'http://decibel.foo/api/users//tracks?page=1&size=5' \
--header 'Authorization: Bearer <token>'{
"content": [
{
"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"
],
"releaseDate": "2019-08-24",
"playCount": 0,
"likeCount": 0,
"repostCount": 0,
"uploadDate": "2019-08-24T14:15:22.123Z",
"description": "string"
}
],
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0,
"isLast": true
}