{
"api": 15,
"pid": 0,
"data": {}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"api": 15,
"pid": 0,
"data": {}
}'
{
"api": 15,
"errCode": 1,
"errMsg": "请求处理成功",
"port": 11000,
"selfwxid": ""
}