meta { name: Get User type: http seq: 2 } get { url: {{api_url}}/users/:id/ body: none auth: none } headers { Authorization: Token {{auth_token}} } params:path { id: 1 }