curl --location '/api/admin/albums//tracks/commit' \
--header 'Content-Type: application/json' \
--data '[
{
"tempId": "string",
"trackNumber": 0,
"title": "string",
"recordedDate": "2019-08-24",
"location": "string",
"artist": "string"
}
]'