Create postman collection with generated API ID

using Serverless with localstack and want to hand the project to someone, allow them to build and run it using Docker. This is fine the only problem is my endpoints are generated with a random API ID everytime and the less explaining I have to do for this the better.

I can’t really give a custom domain name as I am running with localstack? So wondering as next best thing is there a way to extract the API ID and create a postman collection for the user based on it?

Thanks