POST /v1/auth/forgot-password
Endpoint
Section titled “Endpoint”POST /v1/auth/forgot-password
Authentication
Section titled “Authentication”No authentication required.
Request Body
Section titled “Request Body”{}cURL Example
Section titled “cURL Example”curl -X POST "https://api.sapiom.ai/v1/auth/forgot-password" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"