curl --location --request POST '/api/worker/heartbeat' \ --header 'Content-Type: application/json' \ --data-raw '{ "worker_id": "string", "active_threads": 0, "cpu_usage": 0, "free_ram": 0, "tasks_completed_since_last_ping": 0 }'