curl --request POST \
--url https://api.hierarch.io/v1/product/edit/{company_slug}/{product_id}/ \
--header 'Content-Type: application/json' \
--header 'token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"what_you_get": "<string>",
"price": "<string>",
"currency": "<string>"
}
'