harbor 通过 api 创建项目
{"project_name": "tanjunchen","metadata": {"public": "true"}}
curl -u "admin:onceas_123" -X POST -H "Content-Type: application/json" "harbor.mesh.com:8088/api/projects" -d @createproject.json
harbor2.0 通过 api 创建项目
curl -u "admin:onceas_123" -X POST -H "Content-Type: application/json" "http://10.1.0.36:8088/api/v2.0/projects" -d @project.json