{
"userId": 0,
"targetUserId": 0
}curl --location '/app/user/follow/add' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: 428a8310cd442757ae699df5d894f051' \
--header 'content-language: zh_CN' \
--header 'deviceCode;' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"targetUserId": 0
}'{
"code": 0,
"msg": "",
"data": null
}