Rest API - HTTP Methods
You have a REST API for managing tasks with fields:
title, completed, and priority. You want to mark a task as completed without changing other fields. Which PATCH request body is best?