Authorization: Bearer ********************
X-Altan-Key: ********************
curl --location --request POST 'https://api.altan.ai/media//models' \
--header 'Content-Type: multipart/form-data' \
--form 'name=""' \
--form 'description=""' \
--form 'usdz_file=@""' \
--form 'android_file=@""' \
--form 'image_file=@""'
null