Quick question about updating bot intents through the platform API. We are deploying a premium integration for a PST-based client and hitting a 400 error on POST /api/v2/bots/intents. The payload matches the schema exactly, yet the response indicates a validation failure.
{“code”: “bad_request”, “message”: “Invalid intent structure provided”}
Is there a specific SDK version requirement or a known issue with multi-org token scopes affecting bot configuration updates?