You would also need an X-CSRF-Token if you are doing and testing from outside the SAP GUI. It can be acquired by doing a GET request on the same service and setting the header as
X-CSRF-Token with value fetch
Supply this with the body as mentioned by Ashwin and you should be able to create data using JSON.
Hope this helps,
Thanks,
Rakshit Doshi