Skip to content

Commit 6790c89

Browse files
committed
fix: Fix typos
1 parent afbf8b0 commit 6790c89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

network-apis/sim-swap/retrieve-sim-swap-date.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ source "../../config.sh"
55
curl -X POST https://api-eu.vonage.com/camara/sim-swap/v040/retrieve-date \
66
--header "Authorization: Bearer $VNA_ACCESS_TOKEN" \
77
--header "Content-Type: application/json" \
8-
--data $'{
9-
"phoneNumber": "'$VNA_PHONE_NUMBER'"
10-
}'
8+
--data '{ "phoneNumber": "'$VNA_PHONE_NUMBER'" }'

0 commit comments

Comments
 (0)