Authorization: Bearer ********************{
"product_name": "A13"
}curl --location --request PATCH 'https://demo.modaltrans.com/api/v1/products/A12' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_name": "A13"
}'{
"code": "A12",
"barcode": "A12",
"product_name": "A13",
"country_id": null,
"gtip_code": null,
"price": "0.0",
"price_curr": "",
"weight_unit": null,
"imco": "",
"min_count": 0,
"min_temperature": 0,
"storage_area": "",
"length": 0,
"width": 0,
"height": 0,
"sku_model": "",
"io_type": "output",
"status": null,
"pack_type": "EA"
}