Radzen Upload Authorize

Hello everyone, good work.
I am getting authorize problem in Radzen Upload component.
What could be the reason for this?

<RadzenUpload @ref="upload" Auto="true" Multiple="false" ChooseText="File Upload" Url="https://localhost:20000/api/filemanager/news/image" Style="margin-bottom: 20px;width:100%"
Change=@(args => OnChange(args, "Manual Upload"))
Accept="image/*"

                                                                      Complete=@(args=> CompleteEventArgs(args))
                                                                      Progress=@(args => OnProgress(args, "Manual Upload")) />

<RadzenUploadHeader Name="Authorization" Value="Bearer <token>" />
I found the solution.
For this, I need to add this component I shared.