26 lines
390 B
YAML
26 lines
390 B
YAML
|
|
info:
|
||
|
|
name: Select
|
||
|
|
type: http
|
||
|
|
seq: 5
|
||
|
|
|
||
|
|
http:
|
||
|
|
method: GET
|
||
|
|
url: "{{baseurl}}/select?iccid=8935103196306448300"
|
||
|
|
params:
|
||
|
|
- name: iccid
|
||
|
|
value: "8935103196306448300"
|
||
|
|
type: query
|
||
|
|
body:
|
||
|
|
type: json
|
||
|
|
data: |-
|
||
|
|
{
|
||
|
|
"iccid": "8933201125068890066"
|
||
|
|
}
|
||
|
|
auth: inherit
|
||
|
|
|
||
|
|
settings:
|
||
|
|
encodeUrl: true
|
||
|
|
timeout: 0
|
||
|
|
followRedirects: true
|
||
|
|
maxRedirects: 5
|