slug path param; Bearer token required200 - removed401 - invalid/expired token | 404 - item not foundAuthorization: Bearer ********************curl --location --request DELETE 'https://uat-api.hastaai.in/api/v1/library//favorite' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Removed from favourites"
}