curl --request PATCH \
--url 'http://{{baseurl}}/api/v1/products/{id}' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"description": "<string>",
"expiration_rate": 123,
"freezing_rate": 123,
"height": 123,
"length": 123,
"netweight": 123,
"product_code": "<string>",
"recommended_freezing_temperature": 123,
"width": 123,
"product_type_id": 123,
"seller_id": 123
}
'