Authorization: Bearer ********************
{
"id": 0,
"name": "string",
"price": 0,
"description": "string"
}
curl --location --request PUT '/api/Goods/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"price": 0,
"description": "string"
}'
{}