Verify Connection
### **Overview**
Returns the profile details of the currently authenticated user. Use this endpoint to perform a connectivity check and ensure your Bearer token is valid.
### **Authentication**
- **Type:** Bearer Token
- **Header:** `Authorization: Bearer {{YOUR_ACCESS_TOKEN}}`
### **Response Attributes**
| Property | Type | Description |
| --- | --- | --- |
| `id` | `string` | Unique identifier for the user. |
| `name` | `string` | The full name of the user. |
| `email` | `string` | The registered email address of the user. |
