I'm having troube with my post request, for some reason it doesn't seem to be sending the data its supposed to. When I submit the request I get a status 201 which is great but when I check the https://jsonplaceholder.typicode.com/posts the post I send doesn't come up.
Here is my code, I have recreated it in a sandbox.
https://codesandbox.io/s/objective-thunder-322xi?file=/src/components/FormComponent.js
Can someone help me out please, thank you?
POSTmethod. API just fakes it that the resource has been created. See the note under jsonplaceholder - Create a resource - Yousaf