I have to post body rows to api . how can convert this:
$name= "test"; $body = array( 'product' => $name );
to:
$body= '{ SandboxMode:"test", }'
enter image description here