curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/special-course/reverse-config/part//' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"id": 0,
"name": "",
"children": [
{
"id": 0,
"name": "",
"children": [
{
"id": 0,
"name": "",
"children": []
}
]
}
]
}
],
"msg": "",
"total": 0
}