curl --location 'http://test-cn.your-api-server.com/learningRPA' \
--header 'Content-Type: application/json' \
--data '{
"method": "string",
"brw_identify": "string",
"identify": 0,
"config": {
"useragent": "string",
"platform": "string",
"acceptlanguage": "string"
}
}'