We should be able to control routing based on a custom accept header. So if we have `PUT /resource` -> `CreateResource` we would like to configure `PUT /resource` + `application/vnd.v2+json` -> `CreateResourceV2` Let's brainstorm possible solutions.
We should be able to control routing based on a custom accept header.
So if we have
PUT /resource->CreateResourcewe would like to configure
PUT /resource+application/vnd.v2+json->CreateResourceV2Let's brainstorm possible solutions.