Calling appsheet api from python to update rows

Hi,

I want to run python script to update rows in appsheet but couldn't able to get right format to call appsheet API. Can someone help on this? I tried below code but getting 500 response code. 

import requests
response = requests.post("https://api.appsheet.com/api/v2/apps/{f1f63558-ce36-44ce-abf1-d7c56d2290ea}/tables/{TEST_213}/Action...<APP_ACCESS_KEY>")
print(response.status_code)

 

0 5 2,152
5 REPLIES 5