cURL
curl --request PATCH \ --url https://app.govly.com/api/v3/opportunity_workspaces/{id} \ --header 'Content-Type: application/json' \ --data '{ "stage": "<string>", "name": "<string>" }'