Authorization: Bearer ********************curl --location --request PUT 'https://api.msaaq.com/v1/admin/communities/1/topics/1' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Accept-Language: ar' \
--header 'Authorization: Bearer <token>' \
--form 'title="عنوان محدث"' \
--form 'body="محتوى محدث"' \
--form 'community_category_id=""' \
--form 'status=""' \
--form 'is_pinned=""' \
--form 'is_locked=""' \
--form 'images[]=""' \
--form 'attachments[]=""'{
"message": "تم الحفظ بنجاح",
"data": {
"id": 1,
"title": "موضوع جديد للنقاش",
"body": "محتوى الموضوع هنا...",
"status": "published",
"is_pinned": false,
"is_locked": false,
"posts_count": 12,
"likes_count": 5,
"author": {
"id": 1,
"name": "أحمد محمد",
"avatar": "https://example.com/avatar.jpg"
},
"category": {
"id": 1,
"community_id": 1,
"name": "عام",
"description": "نقاشات عامة",
"slug": "general",
"sort": 0,
"topics_count": 30,
"created_at": "2026-02-26 11:30:00",
"updated_at": "2026-02-26 11:30:00"
},
"images": [
"http://example.com"
],
"attachments": [
{
"name": "string",
"url": "http://example.com",
"size": 0
}
],
"created_at": "2026-02-26 11:30:00",
"updated_at": "2026-02-26 11:30:00"
}
}