curl --location --request POST '/v2/images/licenses/<string>/downloads' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
"auth_cookie": {
"name": "<string>",
"value": "<string>"
},
"show_modal": "<boolean>",
"size": "<string>",
"verification_code": "<string>"
}'
{
"$ref": "#/components/schemas/Url/example"
}