Recebendo webhooks.curl --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": "your-channel-id",
"correlationId": "Meu id de correlação",
"content": {
"type": "GET_CHATS",
"commandType": "GET_CHATS",
"pageSize": 10,
"page": 1
}
}'{
"packageId": "pkg-id"
}