curl --location 'http://localhost:8085/api/contacts/friend-requests' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"operate": 0,
"scene": 0,
"v1": "string",
"v2": "string"
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"username": "string"
},
"message": "string"
}