curl --request GET \
--url https://api.example.com/language/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Gets the list of all languages.
curl --request GET \
--url https://api.example.com/language/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}