Rest API - Advanced Patterns
Given the following API Gateway configuration snippet, what will be the response path for a client request to
/orders/123?
{
"/orders": "http://order-service/api/v2/orders"
}