curl --location --request GET 'http://localhost:8000/api/v1/product/54/batch' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": [
{
"id": 0,
"product_id": 0,
"batch_code": "string",
"expire_date": "string",
"stock": 0
}
]
}