https://translate.zfc.com.tr/translate
fetch('https://translate.zfc.com.tr/translate', {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json'
},
body: JSON.stringify({text:'Merhaba ben zfc',lang:'en'})
});{
"status": true,
"data": {
"alternatives": [
{
"text": "Hello, I'm zfc"
},
{
"text": "Hi, I'm zfc."
},
{
"text": "Hi, I'm zfc"
}
],
"text": "Hello, I'm zfc."
}
}