Authorization: Bearer ********************
X-Altan-Key: ********************
{
"target_account_id": "string",
"name": "string",
"copy_records": true
}
curl --location --request POST 'https://api.altan.ai/altaner//duplicate' \
--header 'Content-Type: application/json' \
--data-raw '{
"target_account_id": "string",
"name": "string",
"copy_records": true
}'
null