curl --request POST \ --url 'https://api.unify.ai/v0/project' \ --header "Authorization: Bearer $UNIFY_KEY" \ --header 'Content-Type: application/json' \ --data '{ "name": "eval-project" }'
{ "info": "Project created successfully!" }
Bearer <token>
<token>