curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_product_album?access_token={{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id" : "xxxxxxxxxx"
}'
{
"errcode": 0,
"errmsg": "string",
"product": {
"product_id": "string",
"description": "string",
"price": 0,
"create_time": 0,
"product_sn": "string",
"attachments": [
{
"type": "string",
"image": {
"media_id": "string"
}
}
]
}
}