curl --location --request POST 'https://api.falken.ltd/api/ai/detect-language' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string"
}'
{
"language": "string",
"confidence": 0
}
Authorization: Bearer ********************