Authorization: Bearer ********************
curl --location --request POST '/multi-session/revoke' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "sessionToken": "string" }'
{ "status": true }