curl --request PUT \
--url https://api.unicornify.com.br/api/public/v1/products/{hash} \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"title": "Produto 1",
"cover": "https://example.com/imagem.jpg",
"sale_page": "https://example.com/pagina-de-vendas"
}
}
'