How to configure figment node in secretcli?

I would like to use a figment.io node with the Secret CLI. I’m trying to configure the node like so

secretcli config node https://secret-2--lcd--full.datahub.figment.io/apikey/<API-KEY>

but when I run secretcli status after this, I get an error

ERROR: Status: Post failed: Post https://secret-2--lcd--full.datahub.figment.io.apikey.<API-KEY>.: dial tcp: address secret-2--lcd--full.datahub.figment.io/apikey/<API-KEY>/: missing port in address

This is my config.toml file content:

chain-id = "secret-2"
indent = true
node = "https://secret-2--lcd--full.datahub.figment.io:443/apikey/<API-KEY>/"
output = "json"
trust-node = true