AP.request seems to be broken and was previously working fine a couple of hours ago.
The code below fails with {code: 'MODULE_NOT_FOUND', message: 'Module not found'}
AP.request({
url: "/api/2.0/user/",
success: function (data) {
console.debug("data", data)
},
})