Skip to content

Instantly share code, notes, and snippets.

@Terryhung
Created September 22, 2021 17:04
Show Gist options
  • Save Terryhung/39cfd82364f3c4f008a14e1239f3fb6e to your computer and use it in GitHub Desktop.
Save Terryhung/39cfd82364f3c4f008a14e1239f3fb6e to your computer and use it in GitHub Desktop.
api test
curl -X POST \
https://enurl.app/v1/anon_shorten \
-H 'Accept: */*' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Host: enurl.app' \
-H 'Postman-Token: fee2d748-ebe7-46d7-a2bd-0189567bb524,48e1c73d-c1b3-4eb4-a006-3692a27f9fa8' \
-H 'User-Agent: PostmanRuntime/7.15.0' \
-H 'accept-encoding: gzip, deflate' \
-H 'cache-control: no-cache' \
-H 'content-length: 59' \
-d '{"url": "https://google.com", "expired_after_seconds": 300}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment