curl --location --request POST '/space-github-repositories' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"spaceId": 0,
"link": "https://github.com/LeaderTask/leader-project"
}'
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"spaceId": 0,
"link": "https://github.com/LeaderTask/leader-project"
}