curl --location --request POST '/v2/videos/licenses' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Content-Type: text/plain' \
--data-raw '{
"videos": [
{
"video_id": "<string>",
"auth_cookie": {
"name": "<string>",
"value": "<string>"
},
"editorial_acknowledgement": "<boolean>",
"metadata": {},
"price": "<number>",
"search_id": "<string>",
"show_modal": "<boolean>",
"size": "<string>",
"subscription_id": "<string>"
},
{
"video_id": "<string>",
"auth_cookie": {
"name": "<string>",
"value": "<string>"
},
"editorial_acknowledgement": "<boolean>",
"metadata": {},
"price": "<number>",
"search_id": "<string>",
"show_modal": "<boolean>",
"size": "<string>",
"subscription_id": "<string>"
}
]
}'