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