curl --request POST \
--url https://api.wacht.dev/webhooks/apps/{app_name}/deliveries/replay \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"delivery_ids": [
"<string>"
],
"include_successful": false
}
'