| Field | Type | Description | Constraints |
|---|---|---|---|
id | string (uuid) | Identifier of the currency to enable for payouts | Required |
curl --location '/api/v1/onboarding/currencies' \
--header 'authinformation;' \
--header 'Content-Type: application/json' \
--data '{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}'{
"success": true
}