/n用于标识项目的内容。{
"contentType": "text/markdown",
"content": "# This is the Project Title \n This is the content of the project"
}curl --location 'http://dev-cn.your-api-server.com/api/v1/workspaces//projects' \
--header 'Authorization: Bearer YOUR_PERSONAL_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{"contentType":"text/markdown","content":"text"}'{
"ok": true,
"item": {
"id": "text",
"name": "text"
}
}