Hi Kartik,
To fetch csrf token value you have to call GET request(Service or metadata GET request also gives you csrf token value).
When you call GET request, You need to pass following entry in headers
X-CSRF-Token Value : Fetch
In response you will get csrf token value and cookies which you need to pass while calling CREATE request.
Regards,
Abhishek Wajge