curl --location --request POST '/v2/images/licenses' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
"images": [
{
"image_id": "<string>",
"auth_cookie": {
"name": "<string>",
"value": "<string>"
},
"editorial_acknowledgement": "<boolean>",
"format": "jpg",
"metadata": {},
"price": "<number>",
"search_id": "<string>",
"show_modal": "<boolean>",
"size": "<string>",
"custom_dimensions": {
"height": "<integer>",
"width": "<integer>"
},
"subscription_id": "<string>",
"verification_code": "<string>"
},
{
"image_id": "<string>",
"auth_cookie": {
"name": "<string>",
"value": "<string>"
},
"editorial_acknowledgement": "<boolean>",
"format": "jpg",
"metadata": {},
"price": "<number>",
"search_id": "<string>",
"show_modal": "<boolean>",
"size": "<string>",
"custom_dimensions": {
"height": "<integer>",
"width": "<integer>"
},
"subscription_id": "<string>",
"verification_code": "<string>"
}
]
}'