{
"activityId": 0
}
curl --location --request POST '/apis/activity/join' \
--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 '{
"activityId": 0
}'
{"code":0,"message":"成功","data":{"msg":"PU君提示:报名成功,请留意活动签到时间哦~"}}