<?php echo json_encode( [ 'Login' => 'bar', 'Password' => '1212312', 'Email' => 'foo@bar.com', 'Phone' => '89989898998', 'CompanyName' => 'bar1', 'Address' => [], 'DynamicProperties' => [], 'State' => 'Active', 'Type' => 'Organization', ] , JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) ;
You have javascript disabled. You will not be able to edit any code.