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