Calling a scene does not work

Hello, I wanted to try calling a scene in a rule with this code, but it does not work :

"actions": [
    {
      "address": "/groups/17/scenes/1/recall",
      "body": {},
      "method": "PUT"
    }

However, I do have the “etag” and “lasttriggered” which proves that the rule is executing. And if I try to call the scene with third-party software, it works.

In the deCONZ interface, I do have a scene stored with the correct Group ID :

What’s wrong ?