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": {
"srcx": 0,
"srcy": 0,
"desx": 0,
"desy": 0,
"time": 0
}
}'