feat: create revision of a resource
implement a function with the signature
update_resource_with_revision(sid: str, textgrid_uri: str, data, metadata) -> Response:
that creates a revision of an existing resource instead of replacing it
or add a parameter to update_resource like createRevision
.
Discussion: ubbo votes for parameter; me, too; fu, too