curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/nsr/got/thoughts' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"content": "First, identify the action primitives in the input",
"parent_id": null,
"score": 0.85
}'