{
"to": "4a3e8739-e3a9-4b51-9b6f-406b6818a828"
}curl --location --request POST 'https://api.gycoding.com/books/friends/request' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "4a3e8739-e3a9-4b51-9b6f-406b6818a828"
}'{
"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"
]
}
]
}