pub async fn is_restapi_started(
    restapi_handle: State<'_, Arc<RwLock<Option<JoinHandle<Result<()>>>>>>
) -> Result<bool, String>