@nitinkhanna 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.", "posttype": "post.note"}'
/@matigo