curl --request GET \
--url http://localhost:4000/api/csrf-token
{
"csrfToken": "<string>"
}
Get a CSRF token for form submissions
curl --request GET \
--url http://localhost:4000/api/csrf-token
{
"csrfToken": "<string>"
}
CSRF token
The response is of type object
.