Authorization: Bearer ********************
{ "teamCode": "", "roleCode": "", "uuidType": "TIMUS", "uuid": "" }
curl --location --request POST '/api/app/normal/dify/teamRoleStaff/conversation/reset?sessionId=sessionId' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "teamCode": "", "roleCode": "", "uuidType": "TIMUS", "uuid": "" }'
{}