Files
sf-sim/docs/sim-api/Preactivate.bru

25 lines
268 B
Plaintext
Raw Normal View History

meta {
name: Preactivate
type: http
2026-04-27 09:33:55 +02:00
seq: 5
}
post {
url: {{baseurl}}/sim/preactivate
2026-02-03 17:26:12 +01:00
body: formUrlEncoded
auth: inherit
}
2026-02-03 17:26:12 +01:00
params:query {
~iccid: 1234
}
body:form-urlencoded {
iccid: 8933201125065160380
2026-02-03 17:26:12 +01:00
}
settings {
encodeUrl: true
timeout: 0
}