{
"appellation": "string",
"name": "string",
"idCard": "string",
"phoneNum": "string",
"permanentAddress": "string",
"address": "string",
"workUnit": "string"
}
curl --location --request POST '/member-info/student-guardian-info/' \
--header 'Content-Type: application/json' \
--data-raw '{
"appellation": "string",
"name": "string",
"idCard": "string",
"phoneNum": "string",
"permanentAddress": "string",
"address": "string",
"workUnit": "string"
}'
{
"code": 0,
"msg": "string"
}