FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "POST Request Example"
curl -X POST "https://fastcomments.com/api/v1/user-badges?tenantId=demo&API_KEY=DEMO_API_SECRET" \ -H "Content-Type: application/json" \ -d '{ "userId": "user456", "badgeId": "badgeDef789", "displayedOnComments": true }'
Result