Convert spreadsheet to translation JSON files
Extract translation JSON files from spreadsheet
Publish your spreadsheet as CSV and pass the sheetURL in the body and translation zip files will be returned
curl --location --request POST 'https://warm-mountain-57502.herokuapp.com/sheet' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheetURL": "https://docs.google.com/spreadsheets/d/e/2PACX-1vQMOQvGBNk4AlGIN94tCeOVgZQdhQnr2cmUDD6mPZVVCP1hrtQd83OiwaYOnIE-nF9ds345QJ0kAkTY/pub?output=csv"
}' -O -J