curl --request POST \
--url https://api.other.page/v1/community/{id}/tag \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>"
}'
curl --request POST \
--url https://api.other.page/v1/community/{id}/tag \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>"
}'
Community ID