curl --location 'https://dev.your-api-server.com/api/v1/workspaces//projects' \
--header 'Content-Type: application/json' \
--data '{"contentType":"text/markdown","content":"text"}'{
"ok": true,
"item": {
"id": "text",
"name": "text"
}
}