curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"status": true,
"message": "Reported image reviewed and reprocessed",
"data": [
{
"picId": "67890",
"batchID": "12345",
"reviewStatus": "reprocessed"
}
]
}'{
"success": true,
"message": "Any Custom Message - Webhook notification received successfully. Batch download processing has been initiated."
}