X-API-Key: ********************{
"skuIds": "string"
}curl --location --request POST '/jd/getSellPrice' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuIds": "string"
}'[
{
"skuId": "string",
"sellPrice": 0,
"retail": 0
}
]