{
"description": "xxx",
"templateCode": "xxx",
"projectName": "xxx",
"leaderId": 1
}
curl --location --request POST 'https://ligai.cn/openapi/api/project/add' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "xxx",
"templateCode": "xxx",
"projectName": "xxx",
"leaderId": 1
}'
{
"code": "0",
"data": {
"id": 1
}
}