Is it possible to extend an existing REST API with a different path, by extending the existing interface
I have an existing application, let’s say for example called MyApp. It accepts requests through an API endpoint called “v1/myapp”.
The API signature is as follows: