curl --location '/api/v1/portfolios//subscriptions//payments?page=undefined&per_page=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627",
"amount": {
"cents": 0,
"currency": "string",
"formatted": "string"
},
"billing_date": "2019-08-24",
"paid_date": "2019-08-24",
"status": "pending",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 0,
"per_page": 0,
"total_count": 0,
"total_pages": 0
}
}