chore: update httpclient config to use random values for contactform
This commit is contained in:
@@ -90,14 +90,14 @@ Content-Type: application/json
|
|||||||
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||||
|
|
||||||
{
|
{
|
||||||
"lastName": "Duschen",
|
"lastName": "{{$random.name.lastName}}",
|
||||||
"firstName": "Isolde",
|
"firstName": "{{$random.name.firstName}}",
|
||||||
"gender": "f",
|
"gender": "d",
|
||||||
"street": "Fooroad 1",
|
"street": "{{$random.address.streetAddress}}",
|
||||||
"zipCode": "12345",
|
"zipCode": "{{$random.address.zipCode}}",
|
||||||
"city": "Bartown",
|
"city": "{{$random.address.city}}",
|
||||||
"email": "[email protected]",
|
"email": "{{$random.email}}",
|
||||||
"phone": "12345"
|
"phone": "{{$random.phoneNumber.cellPhone}}"
|
||||||
}
|
}
|
||||||
|
|
||||||
### API pickups planning webhook
|
### API pickups planning webhook
|
||||||
|
|||||||
Reference in New Issue
Block a user