Validating incoming create requests

@Eventyret Thanks for your fast response. One possibility to do as you wrote could be the use of Ajv JSON schema validator. But this means considerable expenditure and more technical risks if something went wrong with the new, own code. So the use of an strapi internal validation function could be the more safer way.