curl --location '/api/v1/data/db/import' \
--header 'Content-Type: application/json' \
--data '{
"api": "string",
"putType": "overwrite",
"importType": "simple",
"remoteType": "tvbox"
}'{
"code": 0,
"msg": "ok",
"data": {
"success": true
}
}