Set the current user's display currency
POST
/api/portfolio/user-currencyRequest body
Body shape: Portfolio_UpsertUserCurrencyRequest (required)
Responses
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/user-currency\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"currency": "currency"
}'