curl --location --request GET 'https://api.wexa.ai/storage//names' \
--header 'x-api-key: {{x-api-key}}'{
    "total_count": 5,
    "tables": [
        {
            "table_name": "new table",
            "_id": "68071a4f1a9ea363140a265f"
        },
        {
            "table_name": "Leads table",
            "_id": "68071b771a9ea363140a2675"
        },
        {
            "table_name": "Customer table",
            "_id": "68071bd51a9ea363140a26a1"
        },
        {
            "table_name": "Sample table",
            "_id": "68071c321a9ea363140a26b7"
        },
        {
            "table_name": "Example table",
            "_id": "68071c551a9ea363140a26cd"
        }
    ]
}