curl --location 'https://service1.exmaple.com/repos///merge-upstream' \
--header 'Content-Type: application/json' \
--data '{
"branch": "main"
}'{
"message": "Successfully fetched and fast-forwarded from upstream defunkt:main",
"merge_type": "fast-forward",
"base_branch": "defunkt:main"
}