curl --location --request GET '/api/admin/channels/matrix?languageId'{
"channels": [
{
"id": "ch1a2b3c-d4e5-6789-abcd-ef1234567890",
"name": "Website",
"slug": "website"
},
{
"id": "ch2b3c4d-e5f6-7890-bcde-f12345678901",
"name": "WhatsApp",
"slug": "whatsapp"
}
],
"books": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"titleEn": "The Great Controversy",
"sortOrder": 1,
"publications": {
"ch1a2b3c-d4e5-6789-abcd-ef1234567890": true,
"ch2b3c4d-e5f6-7890-bcde-f12345678901": false
}
}
]
}