curl --location --request PATCH '/contacts/' \ --header 'Content-Type: application/json' \ --data '{ "muted": true }'
{ "success": true }