server/api/api.html [74:90]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Input examples:

application/json:
{}

Response examples:

200:
{
    "message": "Action completed"
}
default:
{
    "code": 403,
    "reason": "You need to be logged in to view this endpoint!"
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - server/api/api.html [322:338]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Input examples:

application/json:
{}

Response examples:

200:
{
    "message": "Action completed"
}
default:
{
    "code": 403,
    "reason": "You need to be logged in to view this endpoint!"
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -