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 UserCsvPortfolioQuery(\n $endDate: String!\n $timePeriod: TimePeriod!\n $currency: String\n) {\n user {\n csvPortfolio(endDate: $endDate, timePeriod: $timePeriod, currency: $currency) {\n csv\n }\n }\n}\n","variables":{"endDate":"2025-12-01T12:18:35.763Z","timePeriod":"ONE_MONTH_DAILY","currency":"USD"}}'