curl --location '/api/partner/v1/subscriptions?page=&per_page=&status=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"token": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"status": "active",
"subscriber_name": "João Silva",
"subscriber_email": "joao@email.com",
"subscriber_document": "123.456.789-00",
"subscriber_phone": "+5511999999999",
"started_at": "2025-06-01T10:00:00.000000Z",
"next_charge_at": "2025-07-01T10:00:00.000000Z",
"overdue_since": null,
"suspended_at": null,
"cancelled_at": null,
"retry_count": 0
}
],
"meta": {
"total": 1,
"current_page": 1,
"per_page": 15,
"last_page": 1
}
}