How to complete the challenge PUT /todos/{id} no amend id (422)
Issue a PUT request to an existing todo and include an id in the body that does not match the id in the URL.
The response should be 422 Unprocessable Content because the API does not allow the primary key to be amended through the request body.
Look for the validation message containing:
Can not amend id from