Authorization: Bearer ********************
curl --location --request GET 'http://localhost:81/shop/goods/' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "", "data": { "": {} } }