Hi waaren, it seems so silly once it works ! So, good news, the answer is below :-D The problem was that, my postData was coded this way: postData = { "muted": false, "current": 18, } instead of: postData = { muted = false, current = 18, } Thanks you !