| 400 | Bad Request | { "error": "Bad Request" } | Invalid request payload: ‘email’ field is required. |
| 401 | Unauthorized | { "error": "Unauthorized } | Authentication is required. Please provide a valid access token. |
| 403 | Forbidden | { "error": "Forbidden" } | You do not have permission to access this resource. |
| 404 | Not Found | { "error": "Not found." } | The requested resource was not found. |
| 405 | Method Not Allowed | { "error": "Method \"DELETE\" not allowed." } | Request method ‘POST’ not supported for this endpoint. |
| 500 | Internal Server Error | { "error": "Internal Server Error" } | An unexpected error occurred. Please try again later. |