curl --request GET \
--url https://apix.us.amity.co/api/v3/user-feeds/{userId}/count \
--header 'Authorization: Bearer <token>'{
"postsCount": 123
}Get number of post.
curl --request GET \
--url https://apix.us.amity.co/api/v3/user-feeds/{userId}/count \
--header 'Authorization: Bearer <token>'{
"postsCount": 123
}