Authorization: Bearer ********************
curl --location --request GET 'http://7dtdserver.local:8088/api/Goods/' \
--header 'Authorization: Bearer <token>'
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"name": "string",
"price": 0,
"description": "string"
}