* adds support for PUT and POST of Ema * moves set_responsibility() and set_legal() from Intervention API Serializer into proper Mixins where they belong to
* splits large AbstractModelAPISerializer into different reusable Mixins to increase reusability of code for similar models
* adds support for proper POST of intervention * makes /<id> optional (required for Post)