Testing Data Compliance API in development?

Description
I’m at the last step of preparing my application for Zoom marketplace approval. I’ve coded my API library to support the confirm compliance endpoint. However there does not appear to be an effective way to test out this endpoint. Without the app in the marketplace, I’m not aware of a way for me to deauthorize the application and verify this flow works.

I’m confident my code works but can’t be 100% without being able to test it.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://api.zoom.us/oauth/data/compliance

Context
The response always returns a 400 with:

{"reason": "Invalid Request", "error": "invalid_request"}

Hey @nickoneill,

Please see my post here for testing Data Compliance API in development

Thanks,
Tommy