curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"status": true,
"message": "Reported Image Reviewed and Reprocessed",
"data": [
{
"picId": "1000024xxxx"
}
]
}'{
"success": true,
"message": "Any Custom Message - Webhook notification received successfully. Batch download processing has been initiated."
}