Hi,
I tried with POST request to create a data in ERPNext using postman, but didn’t succeed because of don’t know that where can i get “X-Frappe-CSRF-Token” whether is it available in login rest API itself https://xxxx.erpnext.com/api/method/login?usr=abc@xxx.com&pwd=111 or in ERPNext session.
If we can get “X-Frappe-CSRF-Token” in the rest API itself mean please tell in which section should i find it.
And need to know where should i use “X-Frappe-CSRF-Token” in postman for this rest API http://xxx.erpnext.com/api/resource/Customer
Here is my screenshot, kindly help me.
Thanks.