api/v1/customer/login-info/update

POST

api/v1/customer/login-info/update

This API method will the update the date and time for the login user

Sample Request body

Nothing required

Sample Response

{
    "status": true,
    "message": "Login Information Updated"
}
{
    "status": false,
    "message": "Something went wrong, Please try again!"
}