{ "cursor": "0", "data_order_type": "1", "sort_type": "0", "size": "100", "level": "1", "operator_userid": "user01121", "parent_id": "1", "area_code": "CN" }
curl --location --request POST 'http://127.0.0.1/topapi/edu/period/metadata/list?access_token=Be3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "cursor": "0", "data_order_type": "1", "sort_type": "0", "size": "100", "level": "1", "operator_userid": "user01121", "parent_id": "1", "area_code": "CN" }'
{ "success": true, "errcode": 0, "errmsg": "string", "result": { "next_cursor": 0, "has_more": true, "list": [ { "id": 0, "level": 0, "parent_id": 0, "area_code": "string", "period_code": "string", "period_name": "string" } ], "total_count": 0 } }