Hi there
This is not an issue specifically but a custom controller for those who want to execute sql commands directly via the REST API.
SecureQueryController.php
Add this before $config = new Config
require 'SecureQueryController.php';
Add this to config
'customControllers' => 'SecureQueryController',
#SharingTheGoodness