curl --request GET \ --url 'https://api.unify.ai/v0/projects/tree' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "project": "string", "icon": "string", "interfaces": "[string]", "favorite": "boolean", "position": "integer | null" }
Bearer <token>
<token>