{
"api": 27,
"data": {
"wxid": "wxid_xxxxxxxx"
}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"api": 27,
"data": {
"wxid": "wxid_xxxxxxxx"
}
}'
{
"errCode": 1,
"data": {
"status": 1
},
"api": 27,
"port": 11000,
"account_wxid": "wxid_xxxxxxxx"
}