有人可以告诉我我做错了什么吗?我的 JSON 数据是这样的:
{"product_id":512,"image_file":"http://wwww.mydomain.com/cdn/images/9789490693718.jpg"}
我通过 POST 请求将此数据发布到:
https://my-demo-store.mybigcommerce.com/api/v2/products/512/images.json
我收到这样的错误:
[{"status":400,"message":"The JSON content provided as input is invalid. Please check your JSON syntax before trying again."}]
我做错了什么?
亲切的问候米哈尔