Token: ********************
{ "uName": "string", "Passwd": "string", "Ip": "string" }
curl --location --request POST 'https://api.birdy02.com:8443/api/auth/login/long_timer' \ --header 'Content-Type: application/json' \ --header 'Token;' \ --data-raw '{ "uName": "string", "Passwd": "string", "Ip": "string" }'
{ "success": true, "code": 200, "data": null, "token": "xxx", "msg": "Login Success", "timer": "2024-09-29 12:53:56" }