curl --location --request GET '/v1/products/'
{
"data": {
"id": "cf0a482d-4575-4a65-a581-e8155c1f249a",
"name": "Smartphone X",
"category": "Electronics",
"is_active": true,
"created_at": "2025-04-15T08:48:38.163Z",
"updated_at": "2025-04-15T08:48:38.163Z"
},
"message": "Product retrieved successfully"
}