I am trying to make a list item toggle on and off. So I capture the click event, send a request to my endpoint with PATCH method, get the new value returned fro
PATCH