A lot of docs mistakes

https://docs.seatable.io/published/seatable-api/dtable-server/columns.md

curl --request GET 'https://cloud.seatable.io/dtable-server/api/v1/dtables/626e40fa76304a4fb7641b71efab4795/columns/?table_name=Table1' \--header 'Authorization: Token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2MDE1MjA1OTYsImR0YWJsZV91dWlkIjoiNjI2ZTQwZmE3NjMwNGE0ZmI3NjQxYjcxZWZhYjQ3OTUiLCJ1c2VybmFtZSI6Inhpb25nY2hhby5jaGVuZ0BzZWFmaWxlLmNvbSIsInBlcm1pc3Npb24iOiJydyJ9.y8igfax5-SiDuaU_CQYj0_uMw8OgBeTfzTbxltdvVfU'

this command is not working this is is the correct one:

curl -H 'Authorization: Token access_token' 'https://cloud.seatable.io/dtable-server/api/v1/dtables/dtable_uuid/columns/?table_name=Table1'

This is the one i use personally but i have seen a lot of mistakes while flying over the docs.

I also think that it needs some revision there.

Thanks for your kind reminder. Like said yesterday in the other post, we are working on the documentation which is not very good right now, and apologizes for the inconvenience!