curl --location --request POST 'http://dev-cn.your-api-server.com/find_captcha_positions' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"state": 0,
"ticket": "string",
"capclass": "string",
"subcapclass": "string",
"src_1": "string",
"src_2": "string",
"src_3": "string",
"sess": "string",
"randstr": "string",
"sid": "string",
"log_js": "string",
"data": {
"comm_captcha_cfg": {
"tdc_path": "string",
"feedback_url": "string",
"pow_cfg": {
"prefix": "string",
"md5": "string"
}
},
"dyn_show_info": {
"lang": "string",
"instruction": "string",
"bg_elem_cfg": {
"size_2d": [
0
],
"click_cfg": {
"mark_style": "string",
"data_type": [
"string"
]
},
"img_url": "string"
},
"sprite_url": "string",
"verify_trigger_cfg": {
"verify_icon": true
},
"color_scheme": "string",
"ins_elem_cfg": [
{
"id": 0,
"sprite_pos": [
0
],
"size_2d": [
0
]
}
]
}
},
"uip": "string"
},
"method": "template",
"detailed": false
}'{
"positions": [
[
600.5,
200.5
],
[
444.0,
40.5
],
[
39.5,
41.0
]
]
}