curl --location --request POST '/auth/logout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}'{
"isSuccess": true,
"statusCode": 200,
"data": {
"message": "Logged out successfully"
},
"errors": [
"Error messages..."
],
"timestamp": "2026-02-14T09:58:22.016Z"
}