Unable to Upload data using R via the API

Hello. I am not a python programmer and attempted to add rows to a desired sheet in Smartsheets using the R "smartsheetr" package. Please see the code snippet below. I am trying to add rows to a sheet from a dataframe based on the sheet id, and subsequent column id's. When I execute the code below I get the following error:

Error in `ss_api()`:! SmartSheet API request failed [400]Unable to parse request.<26af5ce4-c43a-47f4-95d6-9f77de5f1c0d>

How do I fix this so I can upload data via the API? Thanks!

Code Example:
smartsheetr::ss_add_rows(810462916595588,
df_apitest,
column_ids = c(4637775995293572,6889575808978820,1260076274765700,
2476313436704644,5271094692892548,3019294879207300,
7522894506577796,1893394972364676,8367319436709764,
4145194786049924,8648794413420420,486020088811396,
4989619716181892,2737819902496644,7241419529867140,
1611919995654020,6115519623024516,3863719809339268,
1048970042232708,5552569669603204,8837059473002372,
4333459845631876,3300769855917956,7804369483288452,
2174869949075332,6585259659317124,2081660031946628,
7711159566159748,5318622264119172,815022636748676,
8133372031225732,3629772403855236,5881572217540484,
3207559938789252,1377972590169988,2503872497012612,
4755672310697860,6678469576445828,4426669762760580,
8930269390131076,134176367923076,2385976181608324,
252072683327364,5763675902136196,3511876088450948,
2284732528152452,4536532341837700,32932714467204,
8015475715821444,1823026228187012,7452525762400132,
7171050785689476,2667451158318980,2948926135029636,
5200725948714884,697126321344388,4919250972004228,
8578425669242756,2728001070387076,4979800884072324,
4074826041872260,476201256701828,1541551251476356,
6326625855557508,8638975581310852,6045150878846852,
4135375953940356,978601298055044,8296950692532100,
8987355411074948,7914232062365572,7402125529141124,
1772625994928004,6276225622298500,5431800692166532,
5009588227100548,693290735193988
))

Answers

NEW Smartsheet API Documentation - bookmark the updated link! https://developers.smartsheet.com