curl --location --request GET 'https://api.gycoding.com/books/friends' \
--header 'Authorization;'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"username": "string",
"phoneNumber": "string",
"picture": "http://example.com",
"email": "user@example.com",
"isFriend": true,
"biography": "string",
"hallOfFame": {
"books": [
"string"
],
"quote": "string"
},
"activity": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"message": "string",
"profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
"likes": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
]
}
]