Skip to content

Instantly share code, notes, and snippets.

@astery
Last active June 23, 2016 16:54
Show Gist options
  • Save astery/9dde3e77e7a50164879f8fa1a42c46f1 to your computer and use it in GitHub Desktop.
Save astery/9dde3e77e7a50164879f8fa1a42c46f1 to your computer and use it in GitHub Desktop.
Bind card
#!/bin/bash
curl --request POST \
--url https://qjv4fthf6hkqjrmds-mock.stoplight-proxy.io/pbx/passengers/bind_card \
--header 'content-type: application/json' \
--data '{"mobile_number":"+79201001010", "nfc":"556655", "source":"pbx-89202002222"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment