Authorization: Bearer ********************{
"msg": "string",
"targetUid": 0
}curl --location --request POST '/api/user/friend/apply' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg": "string",
"targetUid": 0
}'{
"code": 0,
"data": {},
"message": "string"
}