curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/add_contact_way?access_token=ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "type": 0,
    "scene": 0,
    "style": 0,
    "remark": "string",
    "skip_verify": true,
    "state": "string",
    "user": [
        "string"
    ],
    "party": [
        0
    ],
    "is_temp": true,
    "expires_in": 0,
    "chat_expires_in": 0,
    "unionid": "string",
    "conclusions": {
        "text": {
            "content": "string"
        },
        "image": {
            "media_id": "string"
        },
        "link": {
            "title": "string",
            "picurl": "string",
            "desc": "string",
            "url": "string"
        },
        "miniprogram": {
            "title": "string",
            "pic_media_id": "string",
            "appid": "string",
            "page": "string"
        }
    }
}'