We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbf8b0 commit 6790c89Copy full SHA for 6790c89
network-apis/sim-swap/retrieve-sim-swap-date.sh
@@ -5,6 +5,4 @@ source "../../config.sh"
5
curl -X POST https://api-eu.vonage.com/camara/sim-swap/v040/retrieve-date \
6
--header "Authorization: Bearer $VNA_ACCESS_TOKEN" \
7
--header "Content-Type: application/json" \
8
- --data $'{
9
- "phoneNumber": "'$VNA_PHONE_NUMBER'"
10
-}'
+ --data '{ "phoneNumber": "'$VNA_PHONE_NUMBER'" }'
0 commit comments