sendOtp abstract method
Sends an OTP over the configured channel (e.g. email).
Implementation
@POST("/two-factor/send-otp")
Future<Result<StatusResponse>> sendOtp();
Sends an OTP over the configured channel (e.g. email).
@POST("/two-factor/send-otp")
Future<Result<StatusResponse>> sendOtp();