cURL
curl --request PATCH \ --url http://staging.qshop.ng/apiv2/password \ --header 'Content-Type: application/json' \ --data ' { "email": "adeyinkabadmus@gmail.com", "password": "password" } '
"adeyinkabadmus@gmail.com"
"password"
Was this page helpful?