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