curl --location --request PUT 'https://api-dev.messagefy.io/api/v1/message/editmessage' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelId": "your-channel-id",
"messageId": "A1B2C3D4E5F67890123456",
"chatId": "55XX00000000",
"newText": "texto editado"
}'{}