curl --location --request POST 'https://capcut.yyzc.net.cn/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"admin",
"password" :"admin123"
}'{
"code": 200,
"message": "登录成功",
"data": {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJ1c2VybmFtZSI6ImFkbWluIiwiZXhwIjoxNzYwMTUzMjIyLCJpYXQiOjE3NTc1NjEyMjIsImp0aSI6IjEiLCJpc3MiOiJjYXBjdXQtYXBpIiwiYXVkIjoiY2FwY3V0LWNsaWVudCJ9.jDyCKODscj8uLkAj21JP9cj53YYBG6NPjdoOLhZQSWs", //header 所需 x-api-key
"token_type": "bearer",
"expires_in": 2592000
},
"timestamp": 1757561222984
}