public GSTNResult <OTPResponseModel> RequestOTP() { var obj = new GSTNResult <OTPResponseModel>(); return(obj); }
public GSTNResult <OTPResponseModel> Logout() { var obj = new GSTNResult <OTPResponseModel>(); return(obj); }