我在 Postman 上运行 GET 并在 Status 200 下正常工作,但是当我从 Postman 获取代码并在我的 Mac OS 终端上运行 Curl/Python 时出现 401 错误,请你帮我解决这个问题。
curl --location --request GET 'www.instacart.com/v3/containers/costco/next_gen/retailer_information/content/delivery?source=web' --header 'Cookie: _instacart_logged_in=1; build_sha=xxxxxxxxxxxxxx; signup_load_perf_date=xxxxxxxxxxxxxx; 幅度_idundefinedinstacart.com=xxxxxxxxxxxxxx;_gcl_au=xxxxxxxxx; _fbp=fbxxxxxxxx;……'
{"error":{"message":"Unauthorized"},"meta":{"triggered_action":null}}