I am following the example in the docs and cannot login.
curl -X POST ‘https://api.tawk.to/v1/property.list’
-u API_KEY:
-H “Content-Type: application/json”
Replacing API_KEY with my Key from the rest api keys under my profile.
I am running this directly in linux, the response I get is:
{“ok”:false,“error”:“validation_error”,“message”:“body”}
Any ideas?