In mule how can we serve endpoints for ../api/items and ../api/items/{itemId} at the same time ?
I was wondering how to make the ApiKit work for the endpoints.. I get nullpayload and an exeption when I call ../api/items which was exactly defined in https://support.mulesoft.com/s/article/ka434000000TPOz/Method-not-Allowed-on-API-Kit-requests
But there the solution mentioned is not practically applicable