Authorization: Bearer ********************
curl --location --request GET '/gc/query-by-id' \ --header 'Authorization: Bearer <token>'
{ "code": 10000, "message": "success", "data": { "DTOList": [], "total": 0 } }