Authorizations
Body
application/json
curl --request POST \
--url https://api.op.xyz/v1/community/{id}/tag/{tagId}/member \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"members": [
"<string>"
]
}'
curl --request POST \
--url https://api.op.xyz/v1/community/{id}/tag/{tagId}/member \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"members": [
"<string>"
]
}'