# Core Services
/users
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup
/authorisations
    create
    remove
    setup
    core_getAbilities
    core_updateAbilities
/tags
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup
/storage


# Team Services
/databases
    feathers-mongodb-management: find, create, remove
/organisations
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup
/<organisation_id>/members
    proxy /users: find, get, create, update, patch, remove, setup
    params: {
            query: { "organisations._id": organisation._id.toString() }
          }
/<organisation_id>/groups
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup
/<organisation_id>/tags
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup
/<organisation_id>/storage


# Billing Services
/billing
    setup
    create
    update
    remove
    billing_createStripeSubscription
    billing_removeStripeSubscription
    billing_createStripeCard
    billing_removeStripeCard
    billing_updateStripeBillingMethod
    billing_createCustomer
    billing_updateCustomer
    billing_removeCustomer
    billing_createSubscription
    billing_updateSubscription
    billing_removeSubscription


# Event Services
/events
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup
/event-logs
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup
/event-templates
    https://docs.feathersjs.com/api/services.html#service-methods: find, get, create, update, patch, remove, setup


# Notify Services
/account
    feathers-authentication-management: create
/devices
    notify_findDeviceByUuid
    notify_findDeviceByRegistrationId
    notify_isDeviceRegistered
    update
    create
    remove
/mailer
    feathers-mailer: create
/pusher
    notify_getSnsApplication
    notify_getMessagePayload
    notify_createDevice
    notify_updateDevice
    notify_removeDevice
    notify_publishToDevices
    notify_createPlatformTopics
    notify_publishToPlatformTopics
    notify_removePlatformTopics
    notify_createPlatformSubscriptions
    notify_getPlatformSubscriptions
    notify_removePlatformSubscriptions
    update
    create
    remove