Would the `dj-rest-auth` maintainers be opposed to a PR that makes the trailing slashes at the end of the [`dj-rest-auth.urls.url_patterns`](https://github.com/iMerica/dj-rest-auth/blob/5498963cb3b038cd0bdd95e124ed9e6e6757c196/dj_rest_auth/urls.py#L11) optional in a backward compatible way? For example using [django url dispatcher's regex pattern](https://docs.djangoproject.com/en/5.0/topics/http/urls/#using-unnamed-regular-expression-groups).