cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.1/memberships/tags/posts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "postsIds": [ 123 ] }
memberships_read
The access token received from the authorization server in the OAuth 2.0 flow.