curl --location -g --request GET 'https://prod.your-api-server.com/community/v2/events/{{community_event_id}}/metadata' \
--header 'x-api-key: <api-key>'{
"data": [
{
"key": "string",
"value": "string"
}
]
}