cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/chats/{phone}/notes \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "notes": "<string>" } '
Assign notes to a chat
{ "notes": "annotation" }
{ "success": true }