curl --location --request PATCH '/tasks//priority' \ --header 'Content-Type: application/json' \ --data '{ "priority": "urgent" }'