Error Response Format
All errors are returned in the following JSON format:
{
"message": "Description of the error",
"errors": [
"Specific validation error 1",
"Specific validation error 2"
]
}
The errors array is only present for validation errors (HTTP 400). For other error types, only message is returned.