Welcome to the AIKitchen API. Below are the available endpoints:
Endpoint: /api/getAllUsers
Method: GET
Description: Retrieves a list of all users from the database.
Example Response:
[
{
"id": "user1",
"name": "John Doe",
"email": "john@example.com"
},
{
"id": "user2",
"name": "Jane Smith",
"email": "jane@example.com"
}
]