curl --location --request GET 'https://www.micecube.com/api/exhibition/detail' \ --header 'Mice-Auth;' \ --form 'id=""'
{ "code": 0, "msg": "string", "data": [ { "id": 0, "name": "string", "data": [ {} ], "account": "string" } ] }