cURL
curl --request POST \ --url https://api.quiva.ai/accounts/set-password \ --header 'Content-Type: application/json' \ --data ' { "token": "abcdef123456", "password": "SecureP@ssw0rd!" } '
{ "data": { "account_id": "<string>", "user_id": "<string>", "account": "<string>", "email": "[email protected]" } }
Sets a password for a new user
Set password token
New password.
Requirements:
Password set successfully
Show child attributes