cURL
curl --request PATCH \ --url https://api.example.com/comments/:id
{ "data": 123 }
Update a comment.
OK