Dynamic API body -> keys
I have a page where users can update various values in the same supabase table (e .g . business _name , ftes , location , domain ) . These values are edited one by one , so when one value is edited , they should be patched . How can I make the keys dynamic so that i don 't have to add multiple api calls ?