curl --location '/api/v1/portfolios' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Personal Finance",
"accounts_count": 0,
"assets_count": 0,
"goals_count": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}