Creates JSON:API Resource for Views.
Entities resulting from a view query will be available at /jsonapi/views/{view_id}/{display}
.
This endpoint should respect any exposed filter parameters configured for a display.
This is useful in cases where you have multiple displays of a single view that share the same exposed filters, some of which are decoupled. This will allow the decoupled portions to limit their concerns to just displaying the resulting resources and gives site admins some flexibility in configuring their exposed filters.