curl --location 'https://app.mgpanel.co/api/products?page=undefined&limit=undefined&search=undefined&category=undefined&type=undefined' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"page": 1,
"limit": 20,
"total": 2,
"count": 2,
"products": [
{
"id": "507f1f77bcf86cd799439011",
"title": "Servicio",
"price": 99,
"priceType": "one_time",
"priceDetail": {
"oneTime": 99
},
"sku": "SKU-1",
"stock": 5
},
{
"id": "507f1f77bcf86cd799439012",
"title": "Plan Pro",
"price": 29,
"priceType": "subscription",
"priceDetail": {
"monthly": 29,
"yearly": 290
},
"sku": "PLAN-PRO",
"stock": 0
}
]
}