{}
curl --location 'http://localhost:8000/auth/signout' \ --header 'rid: session' \ --header 'anti-csrf;' \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "OK" }