The default json body params supplied by swagger are not working.
This did the trick:
{"auto_init": true,"description": "blablabla","gitignores": "", <--- empty string instead of defaults"issue_labels": "", <--- empty string instead of defaults"license": "", <--- empty string instead of defaults"name": "ccc2","private": true,"readme": ""<--- empty string instead of defaults}