post https://apiv4.ordering.co////auth
This is the authentication endpoint. The condition to use this endpoint is that the user must be registered.
In order for the cellphone login to work, the number must be registered and associated with a user.
Using Ordering SDK
const response = await ordering.users().auth(
{
email: [email protected],
password: super
}
);