{ "class_id": 26347, "app_id": 13708001, "userid": "tea123" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/class/studentid/get?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "class_id": 26347, "app_id": 13708001, "userid": "tea123" }'
{ "result": { "class_id": 0, "student_ids": [ "string" ] }, "success": true, "errcode": 0, "errmsg": "string" }