Need to return JSON with keys through Magento 2 webapi, but M2 removes first-level keys
I want to return JSON from M2 via webapi But M2 removes first-level keys Why is it happens? Is it feature or bug? Can it be ignored? Magento 2.3.2 In webapi.xml <route url="/V1/testapi" method="GET"> <service class="VendorModuleTestApi" method="fetch"/> <resources> <resource ref="anonymous"/>…