public async Task <IActionResult> Generate([FromBody] OtpGenerateParameter parameter)
 {
     return(Ok(_otpService.Generate(parameter.UserId)));
 }