Health check endpoint
Trigger site fetching process for all sites
Response:
{
"success": true,
"status": "processing"
}
Trigger site fetching process for a specific user
Response:
{
"success": true,
"status": "processing",
"userId": "user-id"
}
Create reports and notifications for all users
Response:
{
"success": true
}
Create reports and notifications for a specific user
Response:
{
"success": true,
"userId": "user-id"
}
Check and verify completed issues
Response:
{
"success": true,
"completedTypes": []
}