curl --location 'http://dev-cn.your-api-server.com/api/v1/projects//copy' \
--header 'Authorization: Bearer YOUR_PERSONAL_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{"folderId":"text"}'{
"ok": false,
"item": {
"id": "text",
"name": "text"
}
}