{
"target": "1111"
}
curl --location --request POST 'http://geek.itheima.net/v1_0/user/followings' \
--header 'Authorization: {{Vue2_Geek_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"target": "1111"
}'
{
"data": {
"target": "1111"
},
"message": "OK"
}