cURL
curl --request PATCH \ --url https://api.example.com/entity/:id/value
{ "data": null }
Update a variable value on an entity.
OK