post https://apiv4.ordering.co////users/forgot
This API endpoint is used to request a password reset.
A password reset link is sent
When a user requests a lost password, an email is sent with the reset password link.
This link is related to the website URL for the Ordering project that requests the lost password.
Using Ordering SDK
const response = await ordering.users().forgotPassword({email: email});