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