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