update value in table for non-existent row
POST {{host}}:{{port}}
Update a value in a table and test for success message
Request Body
{"operation"=>"sql", "sql"=>"UPDATE northnwd.customers SET companyname = 'Google' WHERE customerid = -100"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |