curl --header "Authorization: Bearer youraccesstoken" \ --header "Content-Type: application/json" \ https://www.googleapis.com/sql/v1beta1/projects/yourprojectid/instances \ --data "{\"instance\" : \"instancename\", \"project\" : \"yourprojectid\", \"settings\" : {\"tier\" : \"D2\"}}" -X POST
Demonstrate your proficiency to design, build and manage solutions on Google Cloud Platform.