Register PIX Key
Registers a new PIX key in DICT/BACEN.
**Simplified!** Only `key_type` is required. Account data (account_type, account_number, branch_number, person_type, tax_id, name, trade_name, account_open_date) is automatically populated from the approved onboarding data.
**Key types (`key_type`):**
- `CPF` — Individual taxpayer ID (11 digits)
- `CNPJ` — Business taxpayer ID (14 digits)
- `EMAIL` — Email address
- `PHONE` — Phone number (+55...)
- `EVP` — Random key (generated by BACEN, send empty `key`)
**Required field:** `key_type`
**Optional field:** `key` (required for CPF, CNPJ, EMAIL, PHONE; empty for EVP)
**Optional override fields:** To override onboarding data, send any of: `account_type`, `account_number`, `branch_number`, `person_type`, `tax_id`, `name`, `trade_name`, `account_open_date`
**Tip:** For EVP (random key), just send `{"key_type": "EVP"}`. BACEN generates the key automatically.
**Scope:** `pix:keys:write`

