I am testing the HTTP post example given in the documentation. I am successfully getting back 200 OK, but I don’t see the value updated online. What might be the problem?
Greetings, you are using a wrong content type, it should be application/json
instead of urlencoded.
All the best