{ 
  "create": {
    "method": "POST",
    "path_template": "/blocks",
    "url_params": {},
    "body": {"blocks":{"active":true,"block_type":"example block_type 7063","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 6088","reason_type":"example reason_type 6214","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"}}
  },
  "get": {
    "method": "GET",
    "path_template": "/blocks/:identity",
    "url_params": {"identity": "BLC123"},
    "body": {"blocks":{"active":true,"block_type":"example block_type 8927","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 355","reason_type":"example reason_type 4957","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"}}
  },
  "list": {
    "method": "GET",
    "path_template": "/blocks",
    "url_params": {},
    "body": {"blocks":[{"active":true,"block_type":"example block_type 2840","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 1263","reason_type":"example reason_type 1364","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"},{"active":true,"block_type":"example block_type 7747","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 9146","reason_type":"example reason_type 2532","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"}],"meta":{"cursors":{"after":"example after 4618","before":"example before 6779"},"limit":50}}
  },
  "disable": {
    "method": "POST",
    "path_template": "/blocks/:identity/actions/disable",
    "url_params": {"identity": "BLC123"},
    "body": {"blocks":{"active":true,"block_type":"example block_type 9749","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 297","reason_type":"example reason_type 3098","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"}}
  },
  "enable": {
    "method": "POST",
    "path_template": "/blocks/:identity/actions/enable",
    "url_params": {"identity": "BLC123"},
    "body": {"blocks":{"active":true,"block_type":"example block_type 1253","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 2325","reason_type":"example reason_type 9680","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"}}
  },
  "block_by_ref": {
    "method": "POST",
    "path_template": "/blocks/block_by_ref",
    "url_params": {},
    "body": {"blocks":[{"active":true,"block_type":"example block_type 8399","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 9472","reason_type":"example reason_type 1817","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"},{"active":true,"block_type":"example block_type 264","created_at":"2014-01-01T12:00:00.000Z","id":"BLC123","reason_description":"example reason_description 3451","reason_type":"example reason_type 2018","resource_reference":"example@example.com","updated_at":"2014-01-01T12:00:00.000Z"}],"meta":{"cursors":{"after":"example after 7482","before":"example before 3254"},"limit":50}}
  }
}

