const response = {
status: 202,
data: {
fullName: "Ehsan Shahbazi",
birthDay: "2002 January 21, Monday",
university: "Computer Engineering Tabriz",
hobbies: ["music", "book", "movie", "gym", "podcast"],
languages: [".js(8x)", ".java(7x)", ".py(4x)", ".cpp(1x)"],
quote: "Do something that makes people's lives easier."
},
};