curl --location -g --request POST 'http:///V1/products/base-prices' \
--header 'Content-Type: application/json' \
--data-raw '{
"prices": [
{
"extension_attributes": {},
"price": 0,
"sku": "string",
"store_id": 0
}
]
}'
[
{
"extension_attributes": {},
"message": "string",
"parameters": [
"string"
]
}
]