curl --request POST \
--url https://{server-url}/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'
curl --request POST \
--url https://{server-url}/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'
curl --request POST \
--url https://{server-url}/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'
curl --request POST \
--url https://{server-url}/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'