Authorization: Bearer ********************curl --location --globoff 'https://web-api.blockindex.com/entity/{{entityId}}/auxiliaryType//itemSearch' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": {
"totalCount": 0,
"list": [
{
"auxiliaryItemId": "string",
"entityId": "string",
"auxiliaryTypeId": "string",
"value": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string"
}
]
}
}