Register Product
POST {{baseURL}}
Request Body
[{"name"=>"name", "value"=>"{{$randomProductName}}", "datatype"=>"string"}, {"name"=>"description", "value"=>"{{$randomDepartment}} {{$randomColor}} {{$randomProductMaterial}} {{$randomProductAdjective}} {{$randomProductName}}", "datatype"=>"string"}, {"name"=>"price", "value"=>"{{$randomPrice}}", "datatype"=>"string"}, {"name"=>"category", "value"=>"{{$randomProduct}}", "datatype"=>"string"}, {"name"=>"shipment", "value"=>"{{$randomPrice}}", "datatype"=>"string"}, {"name"=>"image", "value"=>nil, "datatype"=>"null"}]