{ "username": "string", "password": "string" }
curl --location --request POST '/api/v1/public/user/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string" }'
{ "code": 200, "message": "ok", "requestId": "xxx", "data": { "token": "eyJhbGciOiJIUzI1NiIs...", "expires_at": "2026-04-27T11:00:00Z" } }