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": {
"url": "string",
"downloadpath": "string"
}
}'