salesforce-analytics-dashboard-api-expects-flat-json-not-nested

POST /analytics/dashboards expects flat JSON metadata directly at the request body root. Wrapping metadata under a ‘dashboardMetadata’ key causes API rejection. Similarly, clone operations should use the ?cloneId={id} query parameter approach rather than POST body for reliable dashboard cloning.