{ "cursor": "0", "data_order_type": "0", "sort_type": "1", "size": "100", "operator_userid": "user4551", "period_code": "primary_school", "subject_code_list": "[\"cn_p_shuxue\",\"cn_p_yuwen\"]" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/subject/list?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": "0", "data_order_type": "0", "sort_type": "1", "size": "100", "operator_userid": "user4551", "period_code": "primary_school", "subject_code_list": "[\"cn_p_shuxue\",\"cn_p_yuwen\"]" }'
{ "success": true, "errcode": 0, "errmsg": "string", "result": { "next_cursor": 0, "has_more": true, "list": [ { "subject_code": "string", "subject_name": "string", "period_code": "string" } ], "total_count": 0 } }