Authorization: Bearer ********************
{ "text": "test" }
curl --location 'https://poemwiki.zeabur.app/api/v1/poem/detect' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "test" }'
{ "data": { "language_id": 2 }, "message": "", "code": 0 }