Things like ACL or input sanitization can be performed in `pre` call hook, but we are missing `post` call hooks where we could do things like: - sanitation of sensitive fields in returned API response (eg. limiting means for fingerprinting) - peeking at response and executing gateway preload (https://github.com/ipfs-shipyard/ipfs-companion/issues/546)
Things like ACL or input sanitization can be performed in
precall hook, but we are missingpostcall hooks where we could do things like: