In-reply-to » can I post on yarn through curl?

And finally to make a post:

curl -s -d '{"text": "Hello World!"}' -H "Token: $YARND_TOKEN" http://localhost:8000/api/v1/post | jq '.'

⤋ Read More