Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \ --url https://jsonplaceholder.typicode.com/posts \ --header 'Content-Type: application/json' \ --data '{ "title": "foo", "body": "bar", "userId": "1", }'
{ "title": "foo", "body": "bar", "userId": 1, "id": 101 }
This endpoint creates the userid