#### URL Expired

The URL for this request expired after 30 days.

### API Details

| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

### HTTP Responses

# ``200      OK

# ``400      Bad Request

### Curl Example

```bash
curl --request POST \
     --url https://demo-api.incodesmile.com/omni/add/user-consent \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'
```

### Example Response

```json
{
  "title": "string",
  "content": "Text content.",
  "status": true,
  "api-version": "1.0"
}
```
