Function send_notifications
pub fn send_notifications(
pool: Pool<ConnectionManager<PgConnection>>,
user_ids: Vec<Uuid>,
payload: Value,
) -> Result<(), StatusMessage>
pub fn send_notifications(
pool: Pool<ConnectionManager<PgConnection>>,
user_ids: Vec<Uuid>,
payload: Value,
) -> Result<(), StatusMessage>