curl --location --request GET 'http://dev-cn.your-api-server.com/api/tts/languages/' \
--header 'Authorization;'
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100",
"results": [
{
"code": "string",
"name": "string",
"sample_text": "string",
"thumbnail": "http://example.com"
}
]
}