curl --location --request GET '/api/leads///variables/' \
--header 'Accept-Language;'{
"error": {
"name": "validation.failed",
"msg": "Validation failed",
"data": {},
"validator_error": [
{
"property": "email",
"constraints": {
"isEmail": "email must be an email"
}
}
]
}
}