cURL
curl --request POST \ --url https://api.faces.sh/auth/change-password \ --header 'Content-Type: application/json' \ --data ' { "current_password": "<string>", "new_password": "<string>" } '
{ "success": true, "messages": [], "data": {}, "error": "<string>", "meta": {} }
Change the authenticated user’s password. Requires current password.
64
Successful Response
Show child attributes