Skip to content

API result Custom

[
    {
        "body": {
            "errors": [
            "The field 'name'  [string is shorter than minimum length 3].",
            "The field 'email'  [email format is invalid]."
            ]
        },
        "has_error": true
    }
]