HTTP 422 - Unprocessable Entity
Make sure that the data sent in the request
contains all valid fields and values beforehand.
{
"message": "The given data was invalid.",
"errors": {
"name": ["The name field is required."],
"email": ["The email field is required."]
}
}