From ea1c95528cbd27dfe753d88777a3750313f566d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 21 Jan 2026 09:02:47 +0100 Subject: [PATCH] chore: update httpclient config to use random values for contactform --- api.http | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api.http b/api.http index 876ddbd..d8224ae 100644 --- a/api.http +++ b/api.http @@ -90,14 +90,14 @@ Content-Type: application/json Authorization: Bearer {{$auth.token("oauth2_api")}} { - "lastName": "Duschen", - "firstName": "Isolde", - "gender": "f", - "street": "Fooroad 1", - "zipCode": "12345", - "city": "Bartown", - "email": "foo@example.com", - "phone": "12345" + "lastName": "{{$random.name.lastName}}", + "firstName": "{{$random.name.firstName}}", + "gender": "d", + "street": "{{$random.address.streetAddress}}", + "zipCode": "{{$random.address.zipCode}}", + "city": "{{$random.address.city}}", + "email": "{{$random.email}}", + "phone": "{{$random.phoneNumber.cellPhone}}" } ### API pickups planning webhook