authorization: ********************curl --location 'http://127.0.0.1:10010/shop/v1/supplieriteminfo/getById/' \
--header 'authorization: <api-key>'{
"status": "",
"message": "",
"data": {
"id": "",
"itemUseSupplierId": "",
"itemReviewed": "",
"itemNotReviewed": "",
"status": 0,
"reasonsForRefusal": "",
"enabled": 0,
"companyId": "",
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": "",
"supplierName": ""
}
}