Rest API - Error Handling
Given this validation error response:
What will the client see as the error message for the 'age' field?
{"errors": {"password": "Too short", "age": "Must be a number"}}What will the client see as the error message for the 'age' field?
