curl -s -H 'Authorization: Bearer <your API token>' -X POST \
'https://coda.io/apis/v1/docs/<doc ID>/tables/<table ID>/rows/<row ID>/buttons/<column ID>' |
jq 'if .statusMessage? == null then "Pushed button" else . end'
# => Pushed button
{
"requestId": "abc-123-def-456",
"rowId": "i-tuVwxYz",
"columnId": "i-tuVwxYz"
}