Solace-Backen 1. Create GET endpoint; takes table name and UUID key, returns document 2. CREATE UPDATE endpoint, takes table name, UUID key, param to edit, value to insert(if param not in doc, insert new) 3. POST 4. DELETE - Complete with HTTP response codes, error handling.