{
"product_id": "xxxxxxxxxx"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/delete_product_album?access_token={{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": "xxxxxxxxxx"
}'
{
"errcode": 0,
"errmsg": "string"
}