curl --location --globoff 'http:///V1/products/special-price' \
--header 'Content-Type: application/json' \
--data '{
"prices": [
{
"extension_attributes": {},
"price": 0,
"price_from": "string",
"price_to": "string",
"sku": "string",
"store_id": 0
}
]
}'[
{
"extension_attributes": {},
"message": "string",
"parameters": [
"string"
]
}
]