curl --location --request POST 'https://developer.salesmartly.com/api/v2/end-session' \ --header 'external-sign;' \ --form 'session_id=""' \ --form 'chat_user_id=""' \ --form 'project_id=""'
{ "code": 0, "data": {}, "msg": "string" }