curl --location --request PATCH 'https://prod.your-api-server.com/courses/?name&description'
{ "name": "string", "description": "string" }