Convention for API
/context/path/ ├─ api/ │ ├─ auth/ [OAUTH2 ] │ ├─ docs/ [MANUAL ] │ ├─ ghql/ [GraphQL ] │ ├─ rest/ [REST API] │ └─ soap/ [SOAP API] │ |
│ │ ├─ static/ │ ├─ *.js │ ├─ **/*.css │ └─ **/*.png │ │ |
│ │ ├─ strict/ │ ├─ *.js │ ├─ **/*.css │ └─ **/*.png │ │ |