| 1 | [ |
| 2 | { |
| 3 | "name": "Alex", |
| 4 | "age": "30", |
| 5 | "gender": "male", |
| 6 | "occupation": "Marketing Manager", |
| 7 | "personality traits": "Ambitious, outgoing, sometimes insensitive", |
| 8 | "speaking style": "Confident and persuasive" |
| 9 | }, |
| 10 | { |
| 11 | "name": "Maya", |
| 12 | "age": "28", |
| 13 | "gender": "female", |
| 14 | "occupation": "Graphic Designer", |
| 15 | "personality traits": "Creative, introverted, observant", |
| 16 | "speaking style": "Soft-spoken and thoughtful" |
| 17 | }, |
| 18 | { |
| 19 | "name": "Sam", |
| 20 | "age": "35", |
| 21 | "gender": "female", |
| 22 | "occupation": "HR Manager", |
| 23 | "personality traits": "Empathetic, diplomatic, good listener", |
| 24 | "speaking style": "Warm and encouraging" |
| 25 | }, |
| 26 | { |
| 27 | "name": "Leo", |
| 28 | "age": "40", |
| 29 | "gender": "male", |
| 30 | "occupation": "CEO", |
| 31 | "personality traits": "Authoritative, busy, open-minded", |
| 32 | "speaking style": "Direct and concise" |
| 33 | } |
| 34 | ] |