curl --location --request POST 'https://dev.your-api-server.com/api/language-detection/v1/detect' \
--header 'Accept: application/json, text/plain, */*' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"text": "I run 4k.m. per hour"
}'
{}