curl --location --request POST 'https://authvaultix.com/api/1.0/?type=chatfetch&channel=undefined&sessionid=undefined&ownerid=undefined'{
"success": true,
"code": 68,
"message": "Successfully retrieved chat messages",
"messages": [
{
"author": "luffy",
"role": "user",
"message": "Hello everyone!",
"timestamp": 1754212800
},
{
"author": "admin",
"role": "developer",
"message": "Welcome to the channel!",
"timestamp": 1754212860
}
],
"nonce": "9876543210fedcba9876543210fedcba",
"ownerid": "own_987654321"
}