fixed imports on several files

This commit is contained in:
2026-03-25 06:56:19 -05:00
parent 191cb2b698
commit ddcb7e76a3
16 changed files with 36 additions and 41 deletions

View File

@@ -10,14 +10,6 @@ get {
auth: inherit
}
body:json {
{
"userId":"0kHd6Kkdub4GW6rK1qa1yjWwqXtvykqT",
"notificationId": "0399eb2a-39df-48b7-9f1c-d233cec94d2e",
"emails": ["blake.mattes@alpla.com"]
}
}
settings {
encodeUrl: true
timeout: 0

View File

@@ -16,8 +16,8 @@ params:path {
body:json {
{
"active" : false,
"options": [{"prodId": 5}]
"active" : true,
"options": []
}
}