access-token: ********************curl --location '/admin/images/files' \
--header 'access-token: <api-key>' \
--form 'flowIdentifier=""' \
--form 'flowFilename=""' \
--form 'flowTotalSize=""' \
--form 'flowChunkSize=""' \
--form 'flowChunkNumber=""' \
--form 'flowCurrentChunkSize=""' \
--form 'file=@""'{
"success": true,
"file_name": "string"
}