username:password
Authorization: Basic *****************
{}
curl --location --request POST '/woosh/dispatch/system/ChargeSettings/Setting' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{}