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