{
"groupId": "string",
"externalEndpoint": "string",
"relatedOnly": true,
"ignoreHello": true,
"sendFriendConfirm": true,
"sentResultNotify": true,
"botMessage": true
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api/api/v1/instantReply/mhAPI/update?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "string",
"externalEndpoint": "string",
"relatedOnly": true,
"ignoreHello": true,
"sendFriendConfirm": true,
"sentResultNotify": true,
"botMessage": true
}'{
"errcode": 0,
"errmsg": "string",
"data": {
"groupId": "string",
"groupName": "string",
"enabled": true,
"externalEndpoint": "string",
"relatedOnly": true,
"ignoreHello": true,
"sendFriendConfirm": true,
"sentResultNotify": true,
"botMessage": true,
"token": "string"
}
}