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