POST
/
forgot-password
curl --request POST \
  --url https://api.joinworth.com/auth/api/v1/forgot-password \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "dummy@email.com"
}'
{
  "status": "success",
  "message": "A link to reset your password has been sent to the registered email"
}

Body

application/json
email
string
required

Response

200 - application/json; charset=utf-8
OK
status
string
required
message
string
required