No Validation Response in API
-
When creating customer account with existing email the response (200 ok) but no message
-
Hello, @eslam226
Did you put all the validation rule into top of the code execution ?
ex - $this->validate(request(), [
'email' => 'email|unique:customers,email'
]);Try the below code if your issue is not resolved let me know.
Thanks