Customer Merchant UpdateOn this pageCustomer Merchant UpdateThis endpoints allow to set or remove customer like.RequestPATCH <API base url>/customers/{customerId}/merchants/{merchantId}Body{ "isFavorite": required bool}ResponseOn success:{ "value": required { "isFavorite": required bool }}