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