api-log
| User | - |
|---|---|
| Device Ip | 192.168.113.1 |
| Request Method | POST |
| Endpoint | https://dev.stockflow.me/api/v1/user-login |
| Request Headers | {
"host": [
"dev.stockflow.me"
],
"connection": [
"keep-alive"
],
"content-type": [
"application/json"
],
"accept": [
"*/*"
],
"accept-language": [
"*"
],
"sec-fetch-mode": [
"cors"
],
"user-agent": [
"node"
],
"accept-encoding": [
"br, gzip, deflate"
],
"content-length": [
"47"
]
} |
| Request Body | {
"email": "admin@admin.com",
"password": "123456"
} |
| Response Body | {
"success": true,
"status": 404,
"message": "User not found",
"data": []
} |
| Response Status | 200 |
| Created At | 2025-12-24 14:52:22 |