Last active
September 5, 2024 11:24
-
-
Save pdaug/247eda33b3b74e8b8fd48fb590b44ca8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "684587fe-55c6-404c-b828-d126fbe97b9e", | |
"version": 1, | |
"server": "translino-backend", | |
"state": "error" | "success", | |
"code": 400, | |
"message": "Bad Request", | |
"method": "GET", | |
"path": "/api/customer", | |
"result": [ | |
"email is required", | |
"password is not valid", | |
], | |
"timestamp": 12345678, | |
"duration": 100 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment