Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/thumbnail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Records":[
{
"body":{
"media":"https://idukki-dev-bucket.s3.ap-south-1.amazonaws.com/widget/2/1168116893030/media/0",
"path":"temp/image-to-image22",
"type":"IMAGE"
}
}
]
}'{}