RFC 119: Forge preUninstall Module

Hi @EdijsVilci here is a remote manifest example

# Forge Remote
# `preUninstall` example
modules:  
  preUninstall:
    - key: remote-pre-uninstall
      endpoint: remote-pre-uninstall
  endpoint:
    - key: remote-pre-uninstall
      remote: remote-app-node
      route:
        path: /hooks/uninstall
      auth:
        appSystemToken:
          enabled: true
permissions:
  scopes:
    read:app-system-token    
remotes:
  - key: remote-app-node
    baseUrl: https://forge-remote-refapp-nodejs.services.atlassian.com