curl --location --request POST '/api/v2/auth/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "user@example.com",
"password": "newpassword123",
"password_confirmation": "newpassword123",
"token": "reset_token_123"
}'{
"message": "Password has been reset successfully"
}