Create dataset API(/api/v1/dataset/) giving error '400 Bad Request: The CSRF session token is missing.' when i am trying using postman but it is working fine when i create the same from superset UI.Can anyone suggest the solution for this issue.
http://127.0.0.1:8088/api/v1/dataset/
request: { "database": 3, "schema": "nrpexamqa", "table_name": "qti_test" } enter image description here
Thanks,