cURL
curl --request GET \ --url https://api.example.com/api/organization/base-currency-mutate \ --header 'Authorization: <authorization>' \ --header 'organization-id: <organization-id>'
Value must be 'Bearer ' where is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.