{ "name": "李四", "student_id": "202500993344", "party_branch": "控制科学与工程学院党支部" }
curl --location --request POST 'https://partyqa.rrrexyz.icu/api/user' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "李四", "student_id": "202500993344", "party_branch": "控制科学与工程学院党支部" }'
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ] }