I am building a custom connector for an external API.
There are hundreds of endpoints so my idea was to build something similar to Sharepoint.
Create most common endpoints and then have a generic HttpRequest where you can specify the Method, Path, QueryString, Headers and Body.
Do you have any swagger example that would fit this case?
Thanks!