{
"page": 1,
"size": 20,
"level": 1,
"type": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v2/exclusive-practices/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"level": 1,
"type": 0
}'
{
"code": "",
"data": [
{
"id": 0,
"name": "",
"studyCount": 0
}
],
"msg": "",
"total": 0
}