## Description

This plugin enables admin use with JWT

## Endpoints

### POST Youtube video ids

Enables posting of youtube video ids. Schema:
```
{
  "id" : "", // optional. The id of the review
  "url" : "", // optional. Url of the review
  
  "youtube_video_id": "" // required
}
```

