Authorization: Bearer ********************
curl --location --request GET '/api/ItemBlocks' \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": 0,
"isBlock": true,
"itemName": "string",
"localizationName": "string",
"iconName": "string",
"iconColor": "string",
"maxStackAllowed": 0
}
],
"total": 0
}