我正在尝试使用Postman而不是Web Service的API文档提供的终端命令来请求数据。
curl命令如下:
k does not have a member function named search
我如何在邮递员中提出要求?我尝试添加curl https://api.webservice.io \
-H 'Authorization:Bearer apikey1234567890' \
-H 'Accept: application/json'
和Authorization:Bearer
作为请求参数,但这不起作用