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

25 lines
252 B
Plaintext
Raw Normal View History

meta {
name: Pause
type: http
seq: 1
}
post {
url: {{baseurl}}/sim/pause
2026-02-03 15:40:30 +01:00
body: formUrlEncoded
auth: inherit
}
2026-02-03 15:40:30 +01:00
params:query {
~iccid:
2026-02-03 15:40:30 +01:00
}
body:form-urlencoded {
2026-04-14 16:07:17 +02:00
iccid: 8933201125068886700
2026-02-03 15:40:30 +01:00
}
settings {
encodeUrl: true
timeout: 0
}