curl --location --request POST '/v2/audio/licenses' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
"audio": [
{
"audio_id": "<string>",
"license": "<string>",
"search_id": "<string>"
},
{
"audio_id": "<string>",
"license": "<string>",
"search_id": "<string>"
}
]
}'
{
"$ref": "#/components/schemas/LicenseAudioResultDataList/example"
}