Authorization: Bearer ********************curl --location --request DELETE 'https://dev-api.idukki.io/ugc/albums/feed' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"albumId": 59,
"postId": [92]
}'