27 lines
331 B
Plaintext
27 lines
331 B
Plaintext
|
|
meta {
|
||
|
|
name: Activation Email
|
||
|
|
type: http
|
||
|
|
seq: 6
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://sf-sim-activation.savefamily.net/send-activation-mail
|
||
|
|
body: json
|
||
|
|
auth: inherit
|
||
|
|
}
|
||
|
|
|
||
|
|
headers {
|
||
|
|
x-apikey-sim-activation: 9e48c4ac-1ab0-4397-b3f3-6c239200dfe6
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"iccids":["1234"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
settings {
|
||
|
|
encodeUrl: true
|
||
|
|
timeout: 0
|
||
|
|
}
|