curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/firmware/auto-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/firmware/auto-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'