curl --location -g --request POST 'https://openapi.beschannels.com/tags/open-api/get-tags?access_token=uURA1lnYsBr22I6UYoLZH0s9y3HU2Xsn7UHA4dIDgHN_67Z5EZskh4YMcymD5enS4GGjWpOERwQtug3Y4AGwvbvLB_A3TwKBpb_J4z0MUm6oaNQmqA-3Ef9Q-PHbVPk3' \ --form 'page_num="1"' \ --form 'page_size="20"' \ --form 'cat_id=""' \ --form 'name=""' \ --form 'strat_updated_at=""' \ --form 'end_updated_at=""'
{ "code": 0, "msg": "string", "data": { "total": 0, "list": [ { "id": 0, "name": "string", "cat_id": 0, "updated_at": "string", "main_id": 0, "id_string": "string", "cat_info": [ { "id": 0, "name": "string", "pid": 0 } ], "can_del": "string", "color": "string" } ] } }