meta {
  name: Read Users
  type: http
  seq: 1
}

get {
  url: {{baseUrl}}/api/v1/users/
  body: none
  auth: none
}

params:query {
  ~skip: 
  ~limit: 
}