curl --location --request POST '/check_friend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"code": 0,
"message": "string",
"data": {
"results": {
"property1": true,
"property2": true
}
},
"timestamp": 0
}