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

Body

application/json
email
string
password
string
Example:

"password"

Response

200 - undefined