Authorization: Bearer ********************{
"endDate": "2024-02-01",
"ids": [
"402881b2653ba3dd01653bc236250007"
],
"startDate": "2024-01-01"
}curl --location --request POST '/baseConfig/automaticEncoding/import' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"endDate": "2024-02-01",
"ids": [
"402881b2653ba3dd01653bc236250007"
],
"startDate": "2024-01-01"
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}