- id: integer (int64), example: 1
- username: string, example: "123_user_321"
- email: string, example: "user_test@gmail.com"
- password: string (write-only), example: "user-test123321"
- phoneNumber: string, example: "+375448901238"
- creationDate: string (date-time, read-only), example: "2024-01-26T15:52:08.8822866Z"
- emailVerified: boolean (read-only), example: true
- id: integer (int64)
- countryId: integer (int64), example: 1
- region: string, example: "Minsk region"
- latitude: string, example: "53.902284"
- longitude: string, example: "27.561831"
- id: integer (int64), example: 1
- title: string, example: "Braeburn Apples"
- description: string, example: "Fresh Central Otago Braeburn Apples delivered direct to your door. The best flavoured apple, great for eating. Long lasting."
- variety: string, example: "alwa"
- size: string, example: "70+"
- packaging: string, example: "buckets"
- enbledByAdmin: boolean, example: false
- quantity: number (float), example: 123.2
- price: number (float), example: 1299
- currency: string, example: "USD"
- creationDate: string (date-time, read-only), example: "2024-01-26T15:52:08.8822866Z"
- expirationDate: string (date-time), example: "2024-01-26T15:52:08.8822866Z"
- productCategoryId: integer (int64), example: 1
- lotType: string (writable only on creation), example: "sell"
- userId: integer (int64), example: 1
- location: Location
- tags: array of Tag
- images: ["a90430c0-fd8f-4da7-821d-34834e7fe6ed.jpg", "c330de51-76dc-4922-97b8-a62afae5fac7.jpg"]
- id: integer (int64), example: 2
- title: string, example: "Fruits"
- parentId: integer (int64), example: 1
- id: integer (int64), example: 1
- title: string, example: "fresh"
- id: integer (int64), example: 1
- title: string, example: "fresh"