{ "class_id": 4240018, "stu_id": "2334455", "mobile": "150xxxx2322", "operator": "user01", "relation": "F" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/guardian/create?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "class_id": 4240018, "stu_id": "2334455", "mobile": "150xxxx2322", "operator": "user01", "relation": "F" }'
{ "result": { "biz_id": "string", "userid": "string" }, "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }