Signs out the current user and ends their session
cURL
curl --request POST \ --url http://localhost:3000/api/auth/signout
{ "success": true }
User signed out successfully
Whether the operation was successful