curl --request POST \ --url 'https://api.unify.ai/v0/project/<project_id>/transfer-to-personal' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "success": true, "project_id": 123, "project_name": "my-project", "from_type": "organization", "to_type": "personal", "message": "Project successfully transferred to personal ownership" }
Bearer <token>
<token>