Just noticed that our custom integration is hitting rate limits aggressively when bulk-importing contacts via /api/v2/outbound/campaigns/{id}/contacts. The payload size is minimal, yet we receive 429 Too Many Requests errors after only 50 records. We are using the standard OAuth2 client credentials flow. Has anyone identified a workaround for high-volume partner integrations without implementing exponential backoff?