{ "key": "string", "value": "string" }
curl --location '/api/setConfig' \ --header 'Content-Type: application/json' \ --data '{ "key": "string", "value": "string" }'
{ "success": true }