Save Currency

Create or update a currency (admin only).

post /currencies
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{(verb-var token)}}

{
    "currency": {
        "iso_code": "TST",
        "name": "Test Currency",
        "numeric_code": 999,
        "symbol": "T",
        "fractions_per_unit": 100
    }
}

Emacs 29.3 (Org mode 9.6.15)