#import process
Invoke-RestMethod -Method POST -Uri "https://api.github.com/repos/$githubOwner/$githubRepoName/import" -Headers $headers -Body ($importData | ConvertTo-Json)
#import process
Invoke-RestMethod -Method POST -Uri "https://api.github.com/repos/$githubOwner/$githubRepoName/import" -Headers $headers -Body ($importData | ConvertTo-Json)