{ "subject_code": "cn_p_shuxue", "operator_userid": "user7550", "period_code": "primary_school", "subject_name": "数学" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/subject/create?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "subject_code": "cn_p_shuxue", "operator_userid": "user7550", "period_code": "primary_school", "subject_name": "数学" }'
{ "result": "string", "success": true, "errcode": 0, "errmsg": "string" }