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