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