Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created March 26, 2014 17:40
Show Gist options
  • Save rodrigomaia/9789007 to your computer and use it in GitHub Desktop.
Save rodrigomaia/9789007 to your computer and use it in GitHub Desktop.
No description
curl -H 'Content-Type: application/json' -H 'Accept: application/json' -X POST http://127.0.0.1:3000/prechamados/receber.json -d "{\"email\": {\"from\": \"[email protected]\", \"to\": \"[email protected]\", \"subject\": \"estou com um novo problema\", \"body\": \"Corpo do chamado do novo problema..\", \"attach\": \"TESTE DE ANEXRES\"}}" -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment