I am looking for how to create a capped collection in Mongo Atlas via their REST API. I was looking over the specifications and I haven't found anything. I've found plenty of things using their SDKs. I can't imagine they don't have this feature, and if not why not? Access to Atlas is blocked by our organization from our local machines but the API is allowed and we're already using it for other workflows.
I've done a lot of hunting. I don't want to use the python client or anything because our code is already built out to use REST.
Thank you