curl --location --request POST 'https://admin-api.wannanbigpig.com/admin/v1/login' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"captcha": "SRVo",
"captcha_id": "2f8c9d13-9e2a-4c5f-9bb5-1c2d3e4f5a6b",
"password": "123456",
"username": "super_admin"
}'{
"code": 0,
"cost": "3.2ms",
"data": {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxx.yyy",
"expires_at": 1777105089,
"refresh_token": "",
"token_type": "Bearer"
},
"msg": "OK",
"request_id": "req_20260423_0001"
}