Authorization: Bearer ********************
{
"code": "string"
}
curl --location --request POST '/user/child/contacts/wristwatch/friend/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"resultType": 1
}