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