{
"botUserId": "testUserId",
"contactWxid": "7888888888",
"roomWxid": "R:888888"
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v1/instantReply/addFromRoom?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"botUserId": "testUserId",
"contactWxid": "7888888888",
"roomWxid": "R:888888"
}'
{
"errcode": 0
}