我确定我只是在这里遗漏了一些愚蠢的东西,但是有人可以帮助发现我滥用 curl 在这里设置 Kik 吗?
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"}