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