curl --location 'https://sheets.googleapis.com//v4/spreadsheets//values:batchClear' \
--header 'Content-Type: application/json' \
--data '{
"ranges": [
"string"
]
}'{
"clearedRanges": [
"string"
],
"spreadsheetId": "string"
}