summaryrefslogtreecommitdiff
path: root/examples/api_post-json.yaml
blob: 20710dd16d42b991182bc6fe9d5b1264a7d98498 (plain)
1
2
3
4
5
6
7
8
- name: Crear usuario
  module: api
  args:
    method: post
    url: https://api.example.com/users
    headers: Content-Type:application/json
    body: '{"name":"Luis","role":"admin"}'
    parse: json