Authorization: Bearer ********************curl --location --request GET 'https://api.gatewayz.ai/v1/chat/stats' \
--header 'Authorization: Bearer <token>'{
"success": true,
"stats": {
"property1": "string",
"property2": "string"
},
"message": "string"
}