How can I send data from a webhook to a Google spreadsheet with headers, ensuring the headers always remain in the first row, and new data is added in rows below the headers?
Currently, whenever new data is added to the spreadsheet, it is inserted in a row above the headers.