Authorization: ********************curl --location --request POST '/articles/import' \
--header 'Authorization: <api-key>' \
--form 'file=@""' \
--form 'create_categories="true"' \
--form 'create_tags="true"' \
--form 'skip_existing="true"' \
--form 'default_status="\"DRAFT\""'{
"code": 0,
"data": {
"created_ids": [
"string"
],
"errors": [
"string"
],
"failed_count": 0,
"skipped_count": 0,
"success_count": 0,
"total_count": 0
},
"message": "string"
}