Example: Creating a Search Request {#txn-search-example}
========================================================

Search Request

```
POST https://&lt;url_prefix&gt;/tss/v2/searches

{
  "save": "save",
  "name": "Search by Code",
  "timezone": "America/Denver",
  "query": "clientReferenceInformation.code:123456",
  "offset": "0",
  "limit": "100",
  "sort": "submitTimeUtc:desc"
}
```

