User Favorites REST Endpoints

User Favorites
The user favorites resource is used to view, create, and delete a favorite of the user. It stores the list of favorites for the users. A favorite can belong to any object, for example an object record, or saved search record.
Create a user favorite
Method: post
Path: /crmRestApi/resources/11.13.18.05/userFavorites
Delete a user favorite
Method: delete
Path: /crmRestApi/resources/11.13.18.05/userFavorites/{UserFavoriteId}
Get a user favorite
Method: get
Path: /crmRestApi/resources/11.13.18.05/userFavorites/{UserFavoriteId}
Get all user favorites
Method: get
Path: /crmRestApi/resources/11.13.18.05/userFavorites
Set favorite
Method: post
Path: /crmRestApi/resources/11.13.18.05/userFavorites/action/setFavorite