📣 this endpoint updates a user password . In this POST request , user is indentified using authentication header✳ list of POST payload data parameters
password = new password
password_confirmation = new password confirmation
current_password = current password
📢 Info message : Here URL is contructed like POST/auth/password-update
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.