Update loyalty membership of userAsk AIput https://cdp.bookboost.io/api/v1/user/{user_uuid}/loyalty-membershipUpdate loyalty membership of user.Path Paramsuser_uuidstringrequiredThe UUID of the user.Body Paramsprogram_idstringrequiredThe uuid of an existing record in the customer_loyalty_programmes table. Must not be greater than 255 characters.level_codestringThe code of an existing record in the customer_loyalty_levels table. Must not be greater than 255 characters.external_membership_idstringrequiredMust not be greater than 255 characters.codestringMust not be greater than 255 characters.expire_datestringMust be a valid date.signed_up_datestringMust be a valid date.effective_datestringMust be a valid date.Responses 200success 404loyalty membership not foundUpdated 5 months ago