REST Example: Creating Keys for Digital Signature {#tms-net-tkn-webhook-create-key-ex-rest}
===========================================================================================

Request

```
{
  "clientRequestAction": "CREATE",
  "keyInformation": {
    "provider": "nrtd",
    "tenant": "testrest",
    "keyType": "sharedSecret",
    "organizationId": "testrest"
  }
}
```

{#tms-net-tkn-webhook-create-key-ex-rest_codeblock_v4l_mlt_lwb}  
Response to a Successful Request

```
{
    "submitTimeUtc": "2023-02-10T21:26:58Z",
    "status": "SUCCESS",
    "keyInformation": {
        "provider": "nrtd",
        "tenant": "testrest",
        "organizationId": "testrest",
        "keyId": "f4602849-1466-7937-e053-5a588d0ac970",
        "key": "CWK8MHJbHldt74kftIP/+0tTG89We+SWkS7qXjiVJJA=",
        "keyType": "sharedSecret",
        "status": "active",
        "expirationDate": "2026-02-09T21:26:58Z"
    }
}
```

{#tms-net-tkn-webhook-create-key-ex-rest_codeblock_x4l_mlt_lwb}
