curl --request PUT \
--url https://api.dooki.com.br/v2/{alias}/catalog/comments/{id} \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '
{
"product_id": 123,
"approved": true,
"name": "<string>",
"email": "[email protected]",
"message": "<string>",
"comment_id": 123
}
'