Skip to main content
POST
/
forgot-password
Forgot password
curl --request POST \
  --url http://staging.qshop.ng/apiv2/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'

Body

application/json
email
string

Response

200 - undefined