AgreementNo int`json:"agreement_no" validate:"required"`
I want get zero value from agreement_no request. still required but get zero value so json request null not allow. but validate in echo not allowed zero value.
How can I get this value without remove required validation or there are any solution?