curl --request PUT \
--url https://gateway.varchev.com/erc20/updateGlobalSetting/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '
{
"key": "<string>",
"value": "<string>"
}
'