{
"projectId": 0,
"teamId": 0,
"code": "string",
"state": 0,
"note": "string",
"name": "string",
"applyBy": "string",
"phone": "string"
}
curl --location --request POST 'http://localhost:8080/sys-project/team/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 0,
"teamId": 0,
"code": "string",
"state": 0,
"note": "string",
"name": "string",
"applyBy": "string",
"phone": "string"
}'
{
"success": false,
"msg": "",
"data": [
{
"id": 0,
"teamId": 0,
"code": "",
"teamName": "",
"createBy": "",
"userId": 0,
"projectName": "",
"account": "",
"userName": "",
"phone": "",
"expireTime": "",
"state": 0,
"updateTime": ""
}
],
"code": 0
}