cURL
curl --request POST \ --url https://auth.platform.arb.inc/sessions/logout \ --header 'Content-Type: application/json' \ --data ' { "refreshToken": "a7b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7" } '
Terminates the current user session and invalidates the refresh token, preventing further access token generation.
The refresh token to invalidate
"a7b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7"
Successfully logged out the session