curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/school/user/create_parent?access_token=' \
--header 'Content-Type: application/json' \
--data '{"parent_userid":"zhangsan_parent_userid","mobile":"10000000000","to_invite":false,"children":[{"student_userid":"zhangsan","relation":"爸爸"},{"student_userid":"lisi","relation":"伯父"}]}'{
"errcode": 0,
"errmsg": "created"
}