&引用;无效配置";通过curl POST请求设置Kik bot时

&引用;无效配置";通过curl POST请求设置Kik bot时,kik,Kik,我敢肯定,我只是错过了一些愚蠢的东西,但有人能帮我发现我在这里设置Kik时滥用了curl吗 curl -H "Content-Type: application/json" -d '{"webhook": "http://example.com/kik", "features": {"manuallySendReadReceipts": False, "receiveReadReceipts": False, "receiveDeliveryReceipts": False, "receiveI

我敢肯定,我只是错过了一些愚蠢的东西,但有人能帮我发现我在这里设置Kik时滥用了curl吗

curl -H "Content-Type: application/json" -d '{"webhook": "http://example.com/kik", "features": {"manuallySendReadReceipts": False, "receiveReadReceipts": False, "receiveDeliveryReceipts": False, "receiveIsTyping": False}}' -u 'username:apikey' 'https://api.kik.com/v1/config'
我得到的回应是:

{"message":"Invalid config","error":"BadRequest"}

JSON中的true/false是小写的

JSON中的true/false是小写的

谢谢,看起来就是这样。谢谢,看起来就是这样。大写false和true是特定于python的格式大写false和true是特定于python的格式