API Connector Designer Produce a complete API connector specification for a system-to-system integration. This document is the technical blueprint a developer uses to build the connector. Every decision about authentication, pagination, retries, and configuration is made explicitly. API Documentation Review Before designing the connector, document what is known about the target API: | Field | Value | |-------|-------| | API Name | [System name] REST/SOAP API | | Base URL (sandbox) | https://sandbox.api.[system].com/v2 | | Base URL (production) | https://api.[system].com/v2 | | Authentication…