Error 404 with CURL actuator/cluster/brokers

Hi! I am trying to scale up my zeebe cluster (3 PODs to 4 PODs) but when I wan to make the CURL command:

curl --request POST 'http://localhost:9600/actuator/cluster/brokers' \
-H 'Content-Type: application/json' \
-d '["0", "1", "2", "3"]'

I recive this error:

It’s like the methos don’t exist, but I found this in the offical documentation:

Here are the versions of all:

I think you’re going to need to upgrade you’re Zeebe version to 8.5

You know where I can find a zeebe-with-hazelcast-exporter with the 8.5 version??