How to Update a Feature Layer using ArcGIS rest API in react
im having trouble updating a feature layer of mine using react, in the website documentation: Documentation
it says to do some simple things, a simple post request with attributes attached, yet nothing worked, when im trying to send a post request all i get is just a preview of the page, like the request is not post, maybe im doing something wrong, here is the code: