26 lines
242 B
Plaintext
26 lines
242 B
Plaintext
meta {
|
|
name: Activate
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseurl}}/sim/activate
|
|
body: formUrlEncoded
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
:
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
iccid: 1234
|
|
:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|