Authorization: Bearer ********************curl --location --request GET 'https://venuehelper.api.voc2018.com/authentication/activities?current=1&size=10' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "2",
"userId": "1",
"method": "passkey",
"browser": "PostmanRuntime",
"os": "Other",
"device": "Other",
"createTime": "2024-11-03T08:14:20+00:00"
},
{
"id": "1",
"userId": "1",
"method": "passkey",
"browser": "PostmanRuntime",
"os": "Other",
"device": "Other",
"createTime": "2024-11-03T08:14:14+00:00"
}
]
}