How to complete the challenge PUT /todos/{id} no title (422)
Issue a PUT request to an existing todo and omit the mandatory title field.
The response should be 422 Unprocessable Content because the request body is valid JSON, but the replacement todo fails validation.
Look for the validation message containing:
title : field is mandatory