Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/collection/album/remove/7' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"albums":[99]
}'{}