Ow, ok, I got it, thx a lot
But in order to create this object (retrieve my groups from the ORM), should I implement something specific? Because for my request, I just want to specify the group names and then, in my app, retrieve those, create my link between the groups...
I thought I had to retrieve the groups in my GroupLinkerSerializer and, then, create my instance, but to create it (correct me if I am wrong), I should retrieve Group objects and instantiate my GroupLinkerSerializer AND create it (with .create method) right?
I am not comfortable with the regular process, my API don't use a lot the ORM (only for User, Groups and Permissions).
Kind regards,
Benjamin