new folder structure

This commit is contained in:
MrMatiz2 2025-07-22 08:19:06 -05:00
commit 5831230d13
14 changed files with 262 additions and 96 deletions

View file

@ -0,0 +1,14 @@
{
"name": "getProductCount",
"method": "GET",
"endpoint": "/product/count",
"description": "Get the total count of products.",
"parameters": [],
"requiresAuth": true,
"response": {
"type": "object",
"properties": {
"count": "number"
}
}
}