Add group relations export API rate limits
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=328373) </details> <!--IssueSummary end--> Changes made in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59295 need to have appropriate rate limits in place. Current group export API rate limits are a bit too restrictive for this kind of export, since when performing Bulk Import we need to be able to initiate multiple exports, as well be able to download a larger amount of ndjson files (comparing to Import/Export 1 tar.gz file containing everything). Add new type of rate limit to application rate limiter with greater figures. I don't think we need to make these figures configurable (at least for now), since primary goal of this API is to support Bulk Imports.
issue