curl --request PUT \
--url https://api.zenflow.com.ar/api/v1/products/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"category": "<string>",
"description": "<string>",
"price": 123,
"weight": 123,
"photo_url": "<string>"
}
'