{
"useSurplus": 0,
"usePoints": 0,
"useCoupon": 0
}
curl --location --request POST '/adminapi/setting/config/saveBasicPay' \
--header 'Content-Type: application/json' \
--data-raw '{
"useSurplus": 0,
"usePoints": 0,
"useCoupon": 0
}'