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