{
"token": "string",
"roomId": "string",
"contactId": "string",
"remark": "string",
"helloMsg": "string",
"extraInfo": "string",
"userId": "string"
}
curl --location --request POST 'https://aa-hub.ddregion.com/addFriend/room/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"roomId": "string",
"contactId": "string",
"remark": "string",
"helloMsg": "string",
"extraInfo": "string",
"userId": "string"
}'
{}