Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/ugc/albums/feed' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collections" : [321],
"posts": [51850] //import media id
}'