Fix de api-key y mejora del control de versiones

This commit is contained in:
2026-02-13 10:55:19 +01:00
parent 8a53fb6749
commit 44fea21a56
9 changed files with 67 additions and 22 deletions

View File

@@ -0,0 +1,26 @@
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
}