Postman for testing Neo4j APIs

I'm trying to configure Postman to test Neo4j API calls and am using this link which is the only thing I have found for help on this:

Its an example of using a local instance rather than Aura

This is the URL I use when connecting via javascript and the Neo4j driver:

neo4j+s://4c7b0c8b.databases.neo4j.io

which gives me this error

GET neo4j+s://4c7b0c8b.databases.neo4j.io/
Error: Invalid protocol: neo4j+s:
Request Headers
Authorization: Basic bmVvNGo6STYzMG5SUHxxxxxxxxxxxxxxxxxxxxxxxxxaHE5U0xfSFZURlUyNA==
User-Agent: PostmanRuntime/7.31.3
Accept: /
Postman-Token: 6e90541b-465a-4c64-926e-22af04d41258
Host: 4c7b0c8b.databases.neo4j.io
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

Evidently it does not like "neo4j+s:".

Is possible to get step by step instructions on configuring Postman to connect to Aura?

Aura doesn't support a http API just the binary bolt protocol.

I doubt you can use binary protocols with postman, even if the driver also supports websockets?