| Field | Type | Description | |-------|------|-------------| | `email` | string | The client's account email address | | `current_password` | string | The client's existing password | | `password` | string | The new password to set | | `password_confirmation` | string | Must match `password` |
#### What's New - 🔐 **Change client passwords via Partner API** — update account credentials for any client by their email address - 📦 No path parameters — all fields passed in the JSON request body - ✅ Simple `{ "status": "ok" }` confirmation on success - ⚠️ Requires knowledge of the client's `current_password` as a security check
#### How to Use 1. Authenticate with your **Partner API