Authorization: Bearer ********************{
"current_password":"example12",
"new_password":"example123",
"new_password_confirmation":"example123"
}{
"status": "success",
"message": "Password changed successfully",
"data": {
"id": 2,
"name": "Tom Rodriguez",
"email": "user01@spam4.me",
"email_verified_at": null,
"created_at": "2025-08-14T10:31:03.000000Z",
"updated_at": "2025-08-14T14:30:00.000000Z",
"is_first_login": false,
"first_login_at": "2025-08-14T10:36:01.000000Z"
}
}