Install ansible.platform collections

When trying to install the following ansible collections listed below. Note I am using the Red Hat Developer Subscription. My goal is to deploy AAP 2.5 using IAC. Using this github project as a guide https://github.com/redhat-cop/aap_configuration_template

---
collections:
  - name: ansible.platform
    version: "*"
  - name: ansible.hub
  - name: ansible.controller
  - name: ansible.eda
  - name: infra.aap_configuration
...
ansible-galaxy collection install -r requirments.yml 
Starting galaxy collection install process
Process install dependency map
ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:
* ansible.platform:* (direct request)

I added the below to my ansible.cfg

[galaxy_server.rh_hub]
url = https://console.redhat.com/api/automation-hub/content/validated/
token = tokenhere
auth_url = https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token

You’ll need to get those collections from automation hub (red hat authentication) or you can use the AAP 2.5 EE you can get from the Red Hat Ecosystem Catalog (registry.redhat.io).

I figured it out I had the wrong galaxy server url needed https://console.redhat.com/api/automation-hub/content/published/