fix: Store the current request for usage in the underlying webform_rest package
Underlying package breaks on the POST request because it needs access to the current request. Yet the current request isn't stored in our package. So added.
Underlying package breaks on the POST request because it needs access to the current request. Yet the current request isn't stored in our package. So added.