Authorization: Bearer ********************{
"vin": "string",
"maxLimitSoc": 0,
"chargeWarnFlag": true,
"batteryVoltageFlag": true,
"intelligentChargeFlag": true
}curl --location --request POST '/app/vehicle-info/v1.0/battery-config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vin": "string",
"maxLimitSoc": 0,
"chargeWarnFlag": true,
"batteryVoltageFlag": true,
"intelligentChargeFlag": true
}'{}