{
"strategyType": 2,
"state": true,
"capacityKwh": 10.0,
"maxChargeKw": 6.0,
"maxDischargeKw": 6.0,
"pvCapacityKw": 7.2,
"chargeEfficiency": 0.95,
"dischargeEfficiency": 0.95,
"minSoc": 0.1,
"maxSoc": 0.9,
"initialSoc": 0.1,
"minSellPrice": 0.0,
"minDischargeSellPrice": 8.0,
"reserveSoc": 0.2,
"powerThreshold": 0.01
}curl --location 'http://k28hrq.natappfree.cc/arbitrage/site-strategy/1' \
--header 'Accept-Language: en-US' \
--header 'Authorization: Bearer {{pc_token}}' \
--header 'Content-Type: application/json' \
--data '{
"strategyType": 2,
"state": true,
"capacityKwh": 10.0,
"maxChargeKw": 6.0,
"maxDischargeKw": 6.0,
"pvCapacityKw": 7.2,
"chargeEfficiency": 0.95,
"dischargeEfficiency": 0.95,
"minSoc": 0.1,
"maxSoc": 0.9,
"initialSoc": 0.1,
"minSellPrice": 0.0,
"minDischargeSellPrice": 8.0,
"reserveSoc": 0.2,
"powerThreshold": 0.01
}'{
"data": {},
"error": {
"code": "",
"msg": ""
}
}