Update Destination
PUT {{baseUrl}}/mgmt/v2/destinations/{{destinationId}}
Request Body
{"type"=>"postgres", "name"=>"my postgres destination", "config"=>{"host"=>"localhost", "port"=>5432, "database"=>"database", "schema"=>"schema", "user"=>"user", "password"=>"password"}}