Update data in the specified table based on the provided update condition and values.
Bearer token authentication. Include the token in the Authorization header as 'Bearer
The update condition and values
Values to update in SQL SET clause format (e.g. "column = value"). Multiple assignments can be separated by commas.
"video_title = changed_title, category = 100"
SQL WHERE clause to filter which rows to update. If not provided, all rows will be updated.
"video_id = 1000"