curl -s -H 'Authorization: Bearer <your API token>' -X PUT -H "Content-Type: application/json" \
-d '{"row": {"cells": [{"column": "<column ID>", "value": "Get groceries from Whole Foods"}]}}' \
'https://coda.io/apis/v1/docs/<doc ID>/tables/<table ID>/rows/<row ID>' |
jq '"Updated row " + .id'
# => "Updated row <row ID>"
{
"requestId": "abc-123-def-456",
"id": "i-tuVwxYz"
}