cURL
curl --request POST \ --url https://api.unicornify.com.br/api/public/v1/products \ --header 'Content-Type: application/json' \ --data '{ "title": "Produto Exemplo", "cover": "https://example.com/imagem.jpg", "sale_page": "https://example.com/pagina-de-vendas", "payment_type": 2, "operation_type": 1, "interval": "monthly", "product_type": "digital", "delivery_type": 1, "id_category": 1, "amount": 1999 }'
Cria um novo produto com base nos dados fornecidos.
Token da API para autenticação.