POST

/api/auth/reset-password

This endpoint allows you to create a new entry or execute an action for auth reset password.

Request Parameters

Parameter Location Required
payload body (JSON) Yes

Example Request

cURL
curl -X POST https://api.basebrick.com/api/auth/reset-password \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'