{
"id": 0,
"name": "张三",
"post": "string",
"iconUrl": "https://www.iocoder.cn",
"introduce": "string",
"projectId": 4877,
"status": 1
}
curl --location --request POST '/app-api/entre/app/preneurship-project/create_member' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "张三",
"post": "string",
"iconUrl": "https://www.iocoder.cn",
"introduce": "string",
"projectId": 4877,
"status": 1
}'
{
"code": 0,
"data": 0,
"msg": "string"
}