restPassword abstract method
- @POST.new("/phone-number/reset-password")
- @Body.new(nullToAbsent: true) required ResetPhonePasswordBody body,
Implementation
@POST("/phone-number/reset-password")
Future<Result<StatusResponse>> restPassword({
@Body(nullToAbsent: true) required ResetPhonePasswordBody body,
});