-d"{\"preset\":{\"component_id\":62,\"name\":\"Teaser with headline and image\",\"preset\":{\"headline\":\"This is a default value for the preset!\",\"image\":\"//a.storyblok.com/f/606/...\"}}}"
$payload= ["preset"=> ["component_id"=>62,"name"=>"Teaser with headline and image","preset"=> ["headline"=>"This is a default value for the preset!","image"=>"//a.storyblok.com/f/606/..."]]];
.body({"preset":{"component_id":62,"name":"Teaser with headline and image","preset":{"headline":"This is a default value for the preset!","image":"//a.storyblok.com/f/606/..."}}})
.asString();
var client =new RestClient("https://mapi.storyblok.com/v1/spaces/288868932106293/presets/1814");
request.AddParameter("application/json", "{\"preset\":{\"component_id\":62,\"name\":\"Teaser with headline and image\",\"preset\":{\"headline\":\"This is a default value for the preset!\",\"image\":\"//a.storyblok.com/f/606/...\"}}}", ParameterType.RequestBody);
payload = {"preset":{"component_id":62,"name":"Teaser with headline and image","preset":{"headline":"This is a default value for the preset!","image":"//a.storyblok.com/f/606/..."}}}
payload= {"preset" => {"component_id" => 62,"name" => "Teaser with headline and image","preset" => {"headline" => "This is a default value for the preset!","image" => "//a.storyblok.com/f/606/..."}}}