Authorization: Bearer ********************{
"personnelId": 0,
"planDetailId": 0,
"status": 0,
"vehicleBrand": "string",
"personnelType": 0,
"tenantId": 0
}curl --location 'http://127.0.0.1:9000/courseDetailPerson/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"personnelId": 0,
"planDetailId": 0,
"status": 0,
"vehicleBrand": "string",
"personnelType": 0,
"tenantId": 0
}'