How to make post request to update these field and send these four attribute values as json data, I am trying to send like this but values are not updating.
payload = {
"updates": [
{
"attributes": {
"globalID": "<Your_GlobalID_Here>",
"location_uuid": "<New_Location_UUID>",
"geography_uuid": "<New_Geography_UUID>",
"status": "<New_Status>",
"location_update_date": "<New_Location_Update_Date>"
}
}
]
}