A Web Service which stores session data on the backend to inform the responses it gives is known as a Stateful Web Service.
Form operations in Verj.io are Stateful because the server stores session data. Therefore, users do not need to provide data on each request.
REST Web Services are Stateless because no session data is stored between requests. Therefore, users do need to provide data on each request.