Post: Logout
This API logs the user out of the AION platform by invalidating the user session from Keycloak and clearing the associated cookies.
Endpoint:
/auth/api/logout
Input:
This endpoint does not require any parameters in the request body.
Output:
- status – Indicates the status of the logout request (e.g., "success").
- message – A confirmation message stating that the user has been successfully logged out.