{
"id_list": [
"37"
]
}
curl --location --request GET 'localhost:5001/api/phones/getPhoneList' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_list": [
"37"
]
}'
{
"phone_list": [
{
"title": "string",
"brand": "string",
"image": "string",
"stock": 0,
"seller": "string",
"price": 0,
"reviews": [
{
"_id": "string",
"reviewer": "string",
"rating": "string",
"comment": "string",
"createdAt": "string",
"updatedAt": "string",
"hidden": "string"
}
]
}
]
}