{
"name": "姚刚",
"mobile": "13314487415",
"position": 0,
"birth": "2017-05-22",
"gender": 1,
"licenseType": "jhuf",
"entryTime": "1983-09-06",
"enterpriseId": 92,
"organizationId": 91
}
curl --location --request POST '/driver' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "姚刚",
"mobile": "13314487415",
"position": 0,
"birth": "2017-05-22",
"gender": 1,
"licenseType": "jhuf",
"entryTime": "1983-09-06",
"enterpriseId": 92,
"organizationId": 91
}'
{
"code": 1,
"message": "",
"timestamp": "1975-01-16 09:56:16"
}