Đóng phiên chat

  1. Body

NameTypeDescription

sevice

account

method

closeSession

data

{

"accountId:"1234"

}

NameTypeDescription

name

string

Name of the user

age

number

Age of the user

  1. Response

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

Last updated