Authorization: Bearer ********************curl --location --request GET 'https://venuehelper.api.voc2018.com/authentication/emails' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": [
{
"id": "1",
"emailAddress": "2205822495@qq.com",
"lastUsedTime": "2024-10-22T00:43:51+00:00",
"createTime": "2024-10-22T00:43:52+00:00"
}
]
}