curl --location --request PATCH '/api/v1/admin/community/67817715c160afe066eceb04' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Slack Community Link",
"link": "https://www.youtube.com/watch?v=UeXF4muDVkw"
}'{
"data": {
"message": "Success, Community has been updated successfully.",
"status": true,
"video": {
"id": "67817715c160afe066eceb04",
"name": "Slack Community Link",
"link": "https://www.youtube.com/watch?v=UeXF4muDVkw",
"createdAt": "2025-01-10T19:37:57.365Z",
"updatedAt": "2025-01-10T19:57:00.995Z"
}
}
}