Is there a way to mark the request body as required or not?
We have a Swagger comparison script that compares Apidog Swagger spec vs. TypeScript-based Swagger spec and it seems that "required" field in the Apidog Swagger spec is missing even though the request body is required for some of our API endpoints so the script is currently failing.