status
(string): Indicates the status of the logout operation.message
(string): Provides additional information about the logout operation.curl --location --request POST '/api/auth/logout'
{
"status": "success",
"message": "Logged out successfully"
}