curl --location 'https://app.mgpanel.co/api/products' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"title": "Producto",
"price": 49.99,
"sku": "ABC-1",
"price_type": "one_time",
"categories": [
"General"
],
"online_store": true
}'{
"success": true,
"message": "Producto creado",
"product_id": "507f1f77bcf86cd799439011",
"title": "Producto",
"sku": "ABC-1",
"price": 49.99,
"price_type": "one_time",
"wasExisting": false
}