curl --request GET \
--url http://localhost:3091/api/public/qr/refresh/{accessToken} \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": "<string>",
"secondsUntilRotation": 123,
"rotationSeconds": 123,
"error": "<string>"
}Returns a fresh QR payload without page reload (rate-limited)
curl --request GET \
--url http://localhost:3091/api/public/qr/refresh/{accessToken} \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": "<string>",
"secondsUntilRotation": 123,
"rotationSeconds": 123,
"error": "<string>"
}