Set the current user's display currency

POST/api/portfolio/user-currency

Request body

Body shape: Portfolio_UpsertUserCurrencyRequest (required)

Responses

200
{}
403Forbidden.Error
422Validation error.Error
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"
}'