curl --location --request GET '/v2/audio/licenses' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30'
{
"data": [
{
"id": "a10b7a7a5a02113a928f13e5ba196151d6",
"user": {
"username": "jsmith"
},
"license": "premier_music_extended",
"download_time": "2020-11-11T16:15:20.000Z",
"metadata": {
"purchase_order": "123"
},
"is_downloadable": true,
"audio": {
"id": "420298",
"format": {
"size": "clean_audio"
}
}
}
],
"page": 1,
"per_page": 20,
"total_count": 1
}