Resolved! When creating a cluster, ERROR: "Missing required field 'spark_version'" even though it was specified
Every time I try to create a cluster over the API I get this. Even when I am literally using the example JSON from the API documentation:```{ "cluster_name": "single-node-cluster", "node_type_id": "i3.xlarge", "spark_version": "7.6.x-scala2...