- GET `/api/v1/users/preferences` to get all the preferences of the user who did the request - POST `/api/v1/users/preferences` to add a new preference to the user who did the request - DELETE `/api/v1/users/preferences` to delete an existing preference of the user who did the request
/api/v1/users/preferencesto get all the preferences of the user who did the request/api/v1/users/preferencesto add a new preference to the user who did the request/api/v1/users/preferencesto delete an existing preference of the user who did the request