POST
/2fa/verify-otp
curl \
--request POST 'http://localhost:8080/2fa/verify-otp' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"otp_code":"string"}'
Request examples
{
"otp_code": "string"
}