Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://api.op.xyz/v1/account/communities/{communityId} \
--header 'Authorization: Bearer <token>'Join a community as this account.
Required scope: communities.write.
curl --request POST \
--url https://api.op.xyz/v1/account/communities/{communityId} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.