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": {
"matchtype": 0,
"org_url": "string",
"des_url": "string"
}
}'