{
"user_name": "string",
"password": "string"
}
curl --location --request POST '/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "string",
"password": "string"
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": {
"user_num": "string",
"user_name": "string",
"user_id": 0,
"user_role": "string",
"userrole_id": 0,
"tenant_id": 0,
"expire": 0,
"access_token": "string",
"refresh_token": "string"
}
}