Table
Update data in a table
PUT
Headers
Body
application/json
Table Name
Example:
"users"
Condition
Example:
"username=testuser"
Example:
{
"email": "[email protected]",
"username": "testuser"
}