Issue with API worksheet.records.add
Hello I am having an issue with using the method "worksheet.records.add"
I am currently getting a 400 error.
As a note, I have successfully gotten an access token (and get a new one every time I start a new session) and have successfully been able to use the method "worksheet.records.add" to get the list of all my workbooks.
My POST request for the method "worksheet.records.add" looks like this (I am using fetch):
Please let me know what the issue could be! Thank you!