Recebendo webhookscurl --location --request POST 'https://api-dev.messagefy.io/api/v1/message/sendcommand' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelId": "019c47ad-de94-0000-8b39-71bfc6ff2f98",
"content": {
"type": "DISCONNECT",
"commandType": "DISCONNECT"
}
}'{
"packageId": "019c8d6a-0476-7aac-8b2b-1fb2e120ad21",
"originPackageId": "947592ea-f00b-4e61-8be4-fb3f14355fe3",
"channelId": "019c8bef-772c-7d44-a65b-3f4bca83a5e0",
"organizationID": "019c8beb-c216-70a5-9ba4-36742983d073",
"accountId": "019c8beb-c43a-79dd-af94-ca1b2fda805f",
"content": {
"type": "DISCONNECT_RESPONSE",
"success": true,
"commandType": "DISCONNECT_RESPONSE",
"timestamp": "2026-02-24T02:11:01.3490549+00:00"
},
"timestamp": "2026-02-24T02:11:01.3664885+00:00"
}