curl --location --request POST 'https://tapi-sandbox.trustology-test.com/graphql/' \
--header 'x-api-key: {{tapi-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"query UserPortfolioQuery {\n user {\n portfolio {\n items {\n timestamp\n total {\n value\n timestamp\n currency\n }\n balances {\n items {\n amount {\n currency\n timestamp\n value\n }\n asset {\n name\n }\n }\n }\n }\n }\n }\n}\n","variables":{}}'