curl --location --request POST 'http://test-cn.your-api-server.com/learningRPA' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"brw_identify": "string",
"identify": 0,
"config": {
"xpath": "string",
"result_index": 0,
"iframe_index": 0,
"filelist": [
"string"
]
}
}'