{
"token": "string",
"phoneNum": "string",
"remark": "string",
"helloMsg": "string",
"extraInfo": "string",
"userId": "string",
"instant": true
}
curl --location --request POST 'https://aa-hub.ddregion.com/addFriend/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"phoneNum": "string",
"remark": "string",
"helloMsg": "string",
"extraInfo": "string",
"userId": "string",
"instant": true
}'
{
"code\t": 0
}