cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/follows/following-count
{ "count": 123 }
Get the count of accounts the current user follows
Unauthorized - 401 Unauthorized
{ "error": "Authentication required", "code": "auth/unauthorized" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error", "code": "follow/server-error" }