CREATE Repository
POST https://api.github.com/user/repos
Request Body
{"name"=>"{{reposName}}", "discription"=>"this is my reposetory", "homepage"=>"https://github.com", "private"=>false, "has_issues"=>true, "has_projects"=>true, "has_wiki"=>true}