This works:

curl \
  -H'Accept: application/json' \
  -H"Authorization: $tencauth" \
  https://nice.social/api/posts/write \
  -XPOST \
  -H'Content-Type: application/json' \
  --data '{"content": "Hello from curl.", "post
type": "post.note"}'

/@matigo

nitinkhanna.10centuries.org.