{
"success": true,
"message": "",
"data": [
{
"category": "Dokumen",
"example": "Sertifikat, BL, Katalog, dll."
},
{
"category": "Makanan",
"example": "Nasi Bungkus, Makanan ringan, dll."
},
{
"category": "Pakaian",
"example": "Baju, Kain Songket, dll."
},
{
"category": "Elektronik",
"example": "Laptop, Charger, dll."
},
{
"category": "Obat",
"example": "Obat-obatan, Vitamin, Perawatan Kulit, dll."
},
{
"category": "Frozen",
"example": "Es Krim, Yoghurt, dll."
},
{
"category": "Lainnya",
"example": "Peralatan Dapur, Vas Bunga, dll."
}
]
}
true
, indicating that the request was processed without errors.curl --location --request GET '/order/category-item' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Basic Og==' \
--data-raw ''
{
"success": true,
"message": "",
"data": [
{
"category": "Dokumen",
"example": "Sertifikat, BL, Katalog, dll."
},
{
"category": "Makanan",
"example": "Nasi Bungkus, Makanan ringan, dll."
},
{
"category": "Pakaian",
"example": "Baju, Kain Songket, dll."
},
{
"category": "Elektronik",
"example": "Laptop, Charger, dll."
},
{
"category": "Obat",
"example": "Obat-obatan, Vitamin, Perawatan Kulit, dll."
},
{
"category": "Frozen",
"example": "Es Krim, Yoghurt, dll."
},
{
"category": "Lainnya",
"example": "Peralatan Dapur, Vas Bunga, dll."
}
]
}