{
"type": 1,
"page": 1,
"limit": 20
}
curl --location --request POST '/apis/activity/myList/new' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8' \
--header 'Authorization: Bearer {{token}}:{{sid}}' \
--header 'DNT: 1' \
--header 'Origin: https://class.pocketuni.net' \
--header 'Referer: https://class.pocketuni.net/' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"page": 1,
"limit": 20
}'
{
"code": 0,
"message": "string",
"data": {
"pageInfo": {
"count": 0,
"total": 0,
"page": 0,
"limit": 0
},
"list": [
{
"id": 0,
"name": "string",
"logo": "string",
"address": "string",
"joinStartTime": "string",
"joinEndTime": "string",
"startTime": "string",
"endTime": "string",
"status": 0,
"deleteReason": "string",
"credit": 0,
"puAmount": 0,
"allowUserCount": 0,
"joinUserCount": 0,
"joinRat": "string",
"praise": "string",
"creater": "string",
"createdAt": "string",
"puType": 0,
"leagueProjectId": 0,
"signType": 0,
"joinStatus": 0,
"evaluateId": 0,
"star": 0,
"content": "string",
"pics": null,
"canDelEdit": 0
}
]
}
}