13 lines
264 B
JSON
13 lines
264 B
JSON
|
{
|
|||
|
"id": "test_news",
|
|||
|
"title": {
|
|||
|
"en": "Very important news",
|
|||
|
"tr": "Çok önemli haber"
|
|||
|
},
|
|||
|
"author": "ngn",
|
|||
|
"content": {
|
|||
|
"en": "Just letting you know that I'm testing the API",
|
|||
|
"tr": "Sadece API'ı test ettiğimi bilmenizi istedim"
|
|||
|
}
|
|||
|
}
|