Update Bruno API tests for user endpoints including new profile management

This commit is contained in:
2026-01-23 21:27:13 -05:00
parent 382a2369c5
commit 7c70e9e85a
12 changed files with 144 additions and 81 deletions
+7 -5
View File
@@ -45,11 +45,13 @@ docs {
**Response:**
- `token` (string): JWT token
- `user` (object): User details
- `id` (string): User ID
- `email` (string): Email
- `username` (string): Username
- `theme` (string): User theme preference
- `user` (object): User details
- `id` (string): User ID
- `email` (string): Email
- `username` (string): Username
- `theme` (string): User theme preference
- `first_name` (string): First name
- `last_name` (string): Last name
**Status Codes:**
- 200: Success