Call a custom controller from other custom controller

Ok I found the response by myself

await strapi.controller('api::soft-order.soft-order').create({data});

3 Likes