Authorization: Bearer ********************
{
"productName": "amet minima expedita",
"quantity": 100,
"currentUnitPrice":50.50,
"measurement": "l"
}
curl --location --request PUT '/products/66f54f3b07feb1f90e01f0c2' \
--header 'Content-Type: application/json' \
--data-raw '{
"productName": "amet minima expedita",
"quantity": 100,
"currentUnitPrice":50.50,
"measurement": "l"
}'
{}