Authorization: Bearer ********************
X-Altan-Key: ********************
{
"old_name": "string",
"new_name": "string"
}
curl --location --request POST 'https://api.altan.ai/interfaces/dev//files/rename' \
--header 'Content-Type: application/json' \
--data-raw '{
"old_name": "string",
"new_name": "string"
}'
null