Part of https://github.com/coder/coder/issues/12160 Create an API endpoint that calls the package added in https://github.com/coder/coder/issues/12161 to fetch required information. It should: - Only be accessible by users with the `owner` role - Be rate-limited by default - Only allow serving one request at a time. Multiple concurrent requests should fail-fast.