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