curl --location '/api/system-settings/telegram-notification/toggle' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true }'
{ "message": "Operation successful", "data": {} }