cURL
curl --request PATCH \ --url https://api.example.com/entity/:id
{ "data": null }
Partial update an entity.
OK