Authorization: Bearer ********************
{
"id": "string",
"wbsCode": "string",
"wbsCodeName": "string",
"wbsType": "string",
"wbsTypeName": "string",
"wbsStatus": "string",
"projectId": "string",
"projectName": "string",
"logicDelete": true,
"remark": "string",
"wbsDescribe": "string",
"createdBy": "string",
"createdTime": "string",
"deptId": 0,
"deptName": "string",
"corpId": 0,
"corpName": "string"
}
curl --location --request POST '/project/wbscode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"wbsCode": "string",
"wbsCodeName": "string",
"wbsType": "string",
"wbsTypeName": "string",
"wbsStatus": "string",
"projectId": "string",
"projectName": "string",
"logicDelete": true,
"remark": "string",
"wbsDescribe": "string",
"createdBy": "string",
"createdTime": "string",
"deptId": 0,
"deptName": "string",
"corpId": 0,
"corpName": "string"
}'
false