{
"data": [
{
"id": "prod_abc123",
"name": "Premium Plan",
"type": "subscription",
"amount": "29.99",
"currency": "EUR",
"interval": "month",
"times": 12,
"wc_product_id": 1234
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<string>",
"next": "<string>"
},
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 15,
"total": 6
}
}