Get Presences: /presence/ (GET)

Purpose:

Fetch all users who have currently established a websocket connection.

Input:

  • Headers:
    • Authorization: The JWT token of the user.

Output (200):

[
  2,
  4
]