{
"userCode": "TEST",
"password": "TEST@123456"
}
curl --location --request POST 'http://webapi.fulfillment.keythus.com/api/v1/authorize' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCode": "TEST",
"password": "TEST@123456"
}'
{
"success": true,
"code": 0,
"msg": "成功",
"language": "ZH",
"count": 1,
"data": {
"userCode": "TEST",
"userName": "测试",
"userToken": "keythus-fulfillment-test-user-1aaaf0be365a46bfaf80cbf62a9fa238",
"expireAt": "2020-10-17 15:38:45"
}
}