curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/opengid_to_chatid?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"opengid":"oAAAAAAA"
}'{
"errcode": 0,
"errmsg": "string",
"chat_id": "string"
}