WFM Schedule API 409 Conflict During Multi-Org Bulk Update

Hey everyone, I’ve run into a really strange issue with the WFM Schedule API when pushing bulk updates across our multi-org AppFoundry integration. The POST /api/v2/wfm/schedules endpoint returns a 409 Conflict with a generic “Resource conflict” message, despite the schedules being distinct per org.

“Ensure that the schedule start and end times do not overlap with existing entries for the same user.”

The payloads are validated locally, and the timestamps are non-overlapping. Is this a known limitation with the batch processing logic in the current Platform API version?