Authorization: Bearer ********************
X-Altan-Key: ********************
{
"source_branch": "string",
"target_branch": "string"
}
curl --location --request POST 'https://api.altan.ai/interfaces/dev//repo/branches/merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_branch": "string",
"target_branch": "string"
}'
null