Implement change password after entering old password

Hi Team,

I wants to impliments change password for my project. In that I want to user to put old password then new password, so that we can verify the old password and reset the new passowrd.
I didn’t find any api related to it.
Can you please help me with it.

Hope you are using auth0 username-password connection. If that then you can trigger update api call.
Auth0 Management API v2

so for doing this do we need to make our custom page for password change with old password or auth0 provides it ?