Authorization: Bearer ********************X-Altan-Key: ********************{
"file_name": "string",
"mime_type": "string",
"file_content": "string",
"meta_data": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST 'https://api.altan.ai/account//media' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_name": "string",
"mime_type": "string",
"file_content": "string",
"meta_data": {
"property1": "string",
"property2": "string"
}
}'null