curl --location --globoff 'http:///V1/products/cost-information' \
--header 'Content-Type: application/json' \
--data '{
"skus": [
"string"
]
}'[
{
"cost": 0,
"extension_attributes": {},
"sku": "string",
"store_id": 0
}
]