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