{
"page": 1,
"size": 20,
"id": 0,
"type": 0,
"status": 0,
"level": 0,
"albumTitle": "string"
}curl --location --request POST 'http://test-ops.taolihanyu.net/test/roadmap/album-question/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"id": 0,
"type": 0,
"status": 0,
"level": 0,
"albumTitle": "string"
}'{
"code": "",
"data": [
{
"id": 0,
"albumTitle": "",
"level": 0,
"type": 0,
"status": 0,
"createTime": "",
"quantity": 0,
"topNum": 0
}
],
"msg": "",
"total": 0
}