post https://example.com/api/v2/cruddb
Interact with the Tdarr database
insert: requires collection, docID, obj
getById: requires collection, docID
getAll: requires collection
update: requires collection, docID, obj (with keys to update)
removeOne: requires collection, docID
removeAll: requires collection