curl --request PATCH \ --url 'https://api.unify.ai/v0/project/favorites/<id>' \ --header "Authorization: Bearer $UNIFY_KEY" --header 'Content-Type: application/json' \ --data '{}'
{ "id": 1, "project": "my-project", "icon": "updated-icon", "position": 2 }
Bearer <token>
<token>