curl --location --request GET 'http://localhost:8100/portfolios/portfolios?page&size'{
"code": 0,
"result": [
{
"id": "string",
"name": "string",
"uid": "string",
"type": "INDIVIDUAL",
"createdAt": "string",
"updatedAt": "string"
}
],
"error": "string"
}