curl --request POST \
--url https://api.ara.so/session/stop \
--header 'Authorization: Bearer <token>'{
"ok": true
}Stop the user’s active session.
curl --request POST \
--url https://api.ara.so/session/stop \
--header 'Authorization: Bearer <token>'{
"ok": true
}Was this page helpful?