curl --location 'https://backend.networked.co/api/v1/posts/external' \
--header 'x-api-key: <your-api-key>' \
--header 'Content-Type: application/json' \
--data '{
"postType": 12,
"text": "sample kudos from api",
"communities": [
"67959032bc6bea0012fdc671"
],
"hideFromDiscover": true
}'{}