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