Командная строка Curl не может добавить многострочный текст в описание проблемы git.
curl -H 'Content-Type: application/json' -X POST -d '{ "title": "images found in repositories", "body": "Checking image status
Table
=========================
XXX
OK
", "labels": ["bug"]}' https://****:****@github.****.com/api/v3/repos/<Project>/<Repository>/issues
Ошибка:
{
"message": "Problems parsing JSON",
"documentation_url": "https://developer.github.com/enterprise/2.14/v3/issues/#create-an-issue"
}