curl -X POST "http://localhost:9090/message_retry" \
-H "Content-Type: application/json" \
-d \
'[
{
"messageid": "0x123..."
}
]'
curl -X POST "http://localhost:9090/message_retry" \
-H "Content-Type: application/json" \
-d \
'[
{
"messageid": "0x123..."
}
]'
Show Request Body
Show Response Body
curl -X POST "http://localhost:9090/message_retry" \
-H "Content-Type: application/json" \
-d \
'[
{
"messageid": "0x123..."
}
]'
Was this page helpful?