From fb2f5f5857727dfbd72c72c4d3ce957b04a83062 Mon Sep 17 00:00:00 2001 From: Padma Jadav <147383171+Jadavpadma@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:29:46 +0530 Subject: [PATCH] Update setup.sh --- bin/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup.sh b/bin/setup.sh index 63f0ee1..bbc937f 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -35,6 +35,7 @@ echo "Access token: "$token echo "" echo "Step 2 - Creating test customer ..." +echo '{"username": "customer_'$RANDOM$RANDOM'" , "email":"'$RANDOM'@domain.com"}' customer_response=$(curl -s --location --request POST 'https://api.finicity.com/aggregation/v2/customers/testing' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \