curl -X POST -i -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxx" "https://api.gitter.im/v1/rooms/586c6a98d73408ce4f410f71/chatMessages" -d '{"text":"hello"}'
xxxxxxxxxxxx
as token
-d "{\"text\":\"hello\"}"
instead
-d "{\"text\":\"he\"llo\"}"
?
-d "{\"text\":\"he\\\"llo\"}"
threadMessageCount