Added auth for position you will stand after signing up

This commit is contained in:
KoenDR06 2025-07-09 14:36:56 +02:00
parent 1ea47a9f7c
commit cef71a5abe
6 changed files with 30 additions and 13 deletions

View file

@ -21,6 +21,7 @@ fun buildRequest(path: String): HttpRequest {
listOf(
"cookie_consent_analytics=no",
"cookie_consent=no",
"SSHContext=${dotEnv["AUTH"]}"
).joinToString("; ")
)
.GET()