curl -L \
--request POST \
--url 'https://api.getcortexapp.com/api/v1/github/configurations/app' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"alias": "text",
"apiHost": "text",
"appUrl": "text",
"applicationId": "text",
"clientId": "text",
"clientSecret": "text",
"isDefault": true,
"privateKey": "text"
}'