Files
services/examples/user/verifyEmail/curl/verifyEmail.sh

6 lines
164 B
Bash
Executable File

curl "http://localhost:8080/user/VerifyEmail" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"token": "t2323t232t"
}'