Authorization: Bearer ********************curl --location --request GET 'https://venuehelper.api.voc2018.com/authentication/totpAuthenticators' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "3",
"name": "小程序验证器",
"lastUsedTime": "2024-10-02T07:03:25+00:00",
"createTime": "2024-09-25T07:54:17+00:00"
},
{
"id": "5",
"name": "iPhone验证器",
"lastUsedTime": "2024-09-27T12:48:00+00:00",
"createTime": "2024-09-27T12:42:20+00:00"
}
]
}