this is Laravel's default error response:
{
"message": "The given data was invalid.",
"errors": {
"phone": [
"validation.exists"
]
}
}
and the values of "errors" are different in each error and request. how can I get "validation.exists" message?