application/jsonslug200 - notification sent401 - missing/invalid token |403 - not an admin | 404 - blog not found |422 - missing slugAuthorization: Bearer ********************{
"slug_name": "the-power-of-vedic-astrology"
}curl --location 'https://uat-api.hastaai.in/api/v1/blogs/panel/notify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"slug_name": "the-power-of-vedic-astrology"
}'{
"success": true,
"message": "Notification sent successfully"
}