Laravel - Validation - Rule Current Password
The field under validation must match the authenticated user's password. You may specify an authentication guard using the rule's first parameter:
'password' => 'current_password:api'
The field under validation must match the authenticated user's password. You may specify an authentication guard using the rule's first parameter:
'password' => 'current_password:api'