Check if a user follows another
curl --request GET \
--url https://gogs.example.com/api/v1/users/{username}/following/{target} \
--header 'Authorization: <api-key>'Users
Check if a user follows another
GET
/
users
/
{username}
/
following
/
{target}
Check if a user follows another
curl --request GET \
--url https://gogs.example.com/api/v1/users/{username}/following/{target} \
--header 'Authorization: <api-key>'