Hello, i have a problem with logout request: ```{"...
# talk-kratos
f
Hello, i have a problem with logout request:
Copy code
{
  "error": {
    "code": 400,
    "message": "The request was malformed or contained invalid parameters",
    "reason": "CSRF token is missing or invalid.",
    "status": "Bad Request"
  }
}
in the doc (https://www.ory.sh/kratos/docs/reference/api#operation/submitSelfServiceLogoutFlowWithoutBrowser) there is no reference to any csfr token. my body request:
Copy code
{
  "session_token": "jjKViXjgu8OQeo6Zkq8GV3FyHlX2R9mq"
}
👀 1
any guess? @high-optician-2097