expected request:
{
"name": "Raju",
"email": "email@email.com"
}
Actual:
{
"name": "Raju",
"email": "email@email.com",
"xyz" : "xxxx"
}
I would like to throw an error or escape for "xyz" in a validation/router level. Am using the fastest-validator.
is there any other validator supports this feature?
Any help appreciated