{
"method": "RunBrowser"
}
curl --location --request POST 'http://test-cn.your-api-server.com/learningRPA' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "RunBrowser"
}'
{
"brw_identify": "6Zw8MQ",
"method": "RunBrowser",
"result": true
}