curl --request GET \
--url https://demo.komga.org/api/v2/users/{id}/authentication-activity/latest \
--header 'Authorization: Basic <encoded-value>'{
"dateTime": "2023-11-07T05:31:56Z",
"success": true,
"apiKeyComment": "<string>",
"apiKeyId": "<string>",
"email": "<string>",
"error": "<string>",
"ip": "<string>",
"source": "<string>",
"userAgent": "<string>",
"userId": "<string>"
}Required role: ADMIN
curl --request GET \
--url https://demo.komga.org/api/v2/users/{id}/authentication-activity/latest \
--header 'Authorization: Basic <encoded-value>'{
"dateTime": "2023-11-07T05:31:56Z",
"success": true,
"apiKeyComment": "<string>",
"apiKeyId": "<string>",
"email": "<string>",
"error": "<string>",
"ip": "<string>",
"source": "<string>",
"userAgent": "<string>",
"userId": "<string>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.