Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created March 26, 2014 17:40
Show Gist options
  • Select an option

  • Save rodrigomaia/9789007 to your computer and use it in GitHub Desktop.

Select an option

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\": \"itallo@autoviacaojose.com.br\", \"to\": \"suporte.ac@veica.com.br\", \"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