[{
"productId":"2123123",
"startTime":"2020-01-01",
"endTime":"2021-01-01",
"sortNum":1
}]
curl --location --request POST '/cms-center/module/product/config/add' \
--header 'Content-Type: application/json' \
--data-raw '[{
"productId":"2123123",
"startTime":"2020-01-01",
"endTime":"2021-01-01",
"sortNum":1
}]'
{}