Implement an endpoint that accepts PATCH requests at http://localhost:8000/fedora_resource/{id}.
- It should respect the Drupal/Symfony _format parameter.
- It should accept the Vclock header to perform conditional updates. E.g. if the provided header and the value in the DB are not the same, abort the operation because someone else has already updated it. This will be used for optimistic locking.