cURL
curl --request POST \ --url https://api.projectcor.com/v1/clients/{id}/favorite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data favorited=true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Whether to set as favorite
Favorite status updated