GET
/2fa/qr-code
curl \
--request GET 'http://localhost:8080/2fa/qr-code' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"qr_code": "string"
}
curl \
--request GET 'http://localhost:8080/2fa/qr-code' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"qr_code": "string"
}