curl --location --request POST 'https://api.github.com/repos///merge-upstream' \ --header 'Content-Type: application/json' \ --data-raw '{ "branch": "main" }'
{ "base_branch": "string", "merge_type": "merge", "message": "string" }