onboarding abstract method
Implementation
@POST(Api.onboardingSubmit)
Future<GenericResponse> onboarding({
@Header("Content-Type") String type = "application/json",
@Header("X-UserId") String xUserId = "",
@Body() required body,
});
@POST(Api.onboardingSubmit)
Future<GenericResponse> onboarding({
@Header("Content-Type") String type = "application/json",
@Header("X-UserId") String xUserId = "",
@Body() required body,
});