{}curl --location --request GET '/api/getBrowserRunningList' \
--header 'api-key: DZdGdlOykzTgfggUMKVHSXbXe4LVTZN2' \
--header 'api-key: DZdGdlOykzTgfggUMKVHSXbXe4LVTZN2' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"data": [
{
"id": 1,
"name": 1,
"debuggingPort": 8001,
"webdriverPath": "D:\\XXXX\\chromedriver.exe"
}
]
}