url = URI("https://api.clover.com/v3/merchants/mid/customers/ccid/cards/cid")
request.body = "{\"first6\":\"601111\",\"last4\":\"1117\",\"firstName\":\"admin\",\"lastName\":\"test\",\"expirationDate\":\"2034\",\"brand\":\"Visa\"}"
I am trying to update brand of card but it is not updating how to update that.