{
"imageUrl": "https://img.alicdn.com/imgextra/i1/3066502013/O1CN01HJKyPf1Qk0Eix0Z2p_!!0-item_pic.jpg",
"language": "en"
}
curl --location --request POST '/v2/taobao/product/image/query' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://img.alicdn.com/imgextra/i1/3066502013/O1CN01HJKyPf1Qk0Eix0Z2p_!!0-item_pic.jpg",
"language": "en"
}'