Skip to content

Instantly share code, notes, and snippets.

@astery
Created June 23, 2016 16:55
Show Gist options
  • Save astery/f891d0659496623573dab4a64041bda4 to your computer and use it in GitHub Desktop.
Save astery/f891d0659496623573dab4a64041bda4 to your computer and use it in GitHub Desktop.
Generate ticket code
#!/bin/bash
curl --request POST \
--url https://qjv4fthf6hkqjrmds-mock.stoplight-proxy.io/pbx/ticket_codes/generate \
--header 'content-type: application/json' \
--data '{"mobile_number":"+79201001010", "source":"pbx-89201001010"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment