Authorization: Bearer ********************curl --location --request PUT 'https://dev-api.idukki.io/ugc/post/tagProduct/155' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId":[1,2]
}'{}