Could you please provide an example of the JSON body for project creation through the Agile Central web service API?
{
"project": {
"Workspace": {
"_ref": "/workspace/<WORKSPACE_OID>"
},
"Parent": {
"_ref": "/project/<PROJECT_OID>"
},
"Name": "CH66666 test for API",
"State": "Open"
}
}