Authorization: Bearer ********************
curl --location --request GET '/api/v1/system/status/plugin-system' \
--header 'Authorization: Bearer <token>'
{"code":0,"data":{"is_connected":false,"is_enable":true,"plugin_connector_error":"Plugin runtime is not connected"},"msg":"ok"}