cURL
curl --request PUT \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/update-call-reject-message \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
Set the message sent after automatically rejecting a voice call
{ "value": "Response message" }
{ "value": true }