curl --location --request PATCH '/smartflows//activities//disabled' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "disabled": true }'
{ "error": "Missing required field 'disabled'" }