如何将此卷曲请求转换为Postman请求

Inv*_*tax 12 curl postman

我试图使用Postman而不是Web服务的API文档提供的终端命令来请求数据.

curl命令如下:

curl https://api.webservice.io \
-H 'Authorization:Bearer apikey1234567890' \
-H 'Accept: application/json'
Run Code Online (Sandbox Code Playgroud)

我如何在邮递员中提出要求?我尝试添加Authorization:BearerAccept作为请求参数,但这不起作用

Pra*_*kar 28

导入cURL使用Import->Paste Raw Text.