server/api/api.html [151:167]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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 [245:261]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Input examples:

application/json:
{}

Response examples:

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