Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/wares' \
--header 'Authorization: Bearer <token>'[
{
"name": "Bilgisayar",
"total": 2
},
{
"name": "Binek Araç",
"total": 1
},
{
"name": "Cep Telefonu",
"total": 1
},
{
"name": "Dizüstü Bilgisayar",
"total": 1
},
{
"name": "Ofis Mobilyaları",
"total": 2
},
{
"name": "TESDWHJA",
"total": 1
}
]