For the complete documentation index, see llms.txt. This page is also available as Markdown.

Đóng phiên chat

  1. Body

Name
Type
Description

sevice

account

method

closeSession

data

{

"accountId:"1234"

}

Name
Type
Description

name

string

Name of the user

age

number

Age of the user

  1. Response

{
    "status": "success",
    "data": "Close Session success !"
}

Last updated