Authorization: Bearer ********************curl --location --globoff --request PUT '/product-price-revisions/{{id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"effectiveDate": "string",
"revisedUnitPrice": 0,
"remarks": "string"
}'{}