curl --location '/api/v1/system-settings?id=undefined'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"webhook_url": "string",
"webhook_headers": {},
"api_token_enabled": true,
"api_token": "string",
"offline_notification_enabled": true,
"notification_type": "push_plus",
"push_plus_url": "string",
"push_plus_token": "string",
"wecom_corp_id": "string",
"wecom_agent_id": "string",
"wecom_secret": "string",
"wecom_proxy_url": "string",
"wecom_to_user": "string",
"auto_verify_user": true,
"verify_user_delay": 0,
"auto_chatroom_invite": true
}
}