Get raw request body in custom controller

module.exports = [
	'strapi::logger',
	'strapi::errors',
	'strapi::security',
	'strapi::cors',
	'strapi::poweredBy',
	'strapi::query',
	{
		name: "strapi::body",
		config: {
			includeUnparsed: true,
		}
	},
	// 'strapi::body', - remove this
	'strapi::session',
	'strapi::favicon',
	'strapi::public',
];