POST
/
message_retry
curl -X POST "http://localhost:9090/message_retry" \
  -H "Content-Type: application/json" \
  -d \
'[
  {
    "messageid": "0x123..."
  }
]'
Trigger retry of failed messages matching specific patterns.
curl -X POST "http://localhost:9090/message_retry" \
  -H "Content-Type: application/json" \
  -d \
'[
  {
    "messageid": "0x123..."
  }
]'