Added portfolio endpoint

This commit is contained in:
2022-03-14 23:40:36 +01:00
parent d03cd1d2f8
commit 859935cc01
3 changed files with 57 additions and 1 deletions

View File

@@ -334,6 +334,29 @@
"response": []
}
]
},
{
"name": "Portfolio",
"item": [
{
"name": "/api/portfolio",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{BASE_URL}}/api/portfolio",
"host": [
"{{BASE_URL}}"
],
"path": [
"api",
"portfolio"
]
}
},
"response": []
}
]
}
],
"auth": {
@@ -341,7 +364,7 @@
"bearer": [
{
"key": "token",
"value": "access_token",
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IlVzZXJuYW1lIiwiZXhwIjoxNjQ3Mjk5MzIxfQ.5UoHi9Zu6p9szSVKK2_1Ln2uru4RVTGQl0MyHDB4sqg",
"type": "string"
}
]