curl --request POST \
--url https://api.example.com/admin/language-family \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Get list of all Language Family
curl --request POST \
--url https://api.example.com/admin/language-family \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}