curl --location --request POST 'https://dev-api.idukki.io/ugc-rights/generate-request/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": 0,
"template": "string",
"postLink": "string",
"feedType": "string",
"postCaption": "string",
"postImageUrl": "string",
"approvalHashtag": "string",
"thankYouMessage": "string",
"isAgreementAccepted": true,
"termsAndConditionFileUrl": "string",
"commentText": "string",
"videoId": "string"
}'