curl --location --request POST '/api/v1/admin/community/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Youtube Community Link",
"link": "https://www.youtube.com/watch?v=UeXF4muDVkw"
}'{
"data": {
"message": "Success! A new community has been added successfully.",
"status": true,
"community": {
"id": "67817686c160afe066eceaf9",
"name": "Whatsapp Community Link",
"link": "https://www.youtube.com/watch?v=UeXF4muDVkw",
"createdAt": "2025-01-10T19:35:34.019Z",
"updatedAt": "2025-01-10T19:35:34.019Z"
}
}
}