Authorization: Bearer ********************{
"effectiveDate": "string",
"revisedUnitPrice": "string",
"remarks": "string"
}curl --location --request POST '/product-price-revisions/products/66f6641e184f9dbcd811b031' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"effectiveDate": "string",
"revisedUnitPrice": "string",
"remarks": "string"
}'{}