Authorization: Bearer ********************curl --location --request POST '/v1/sessions//close' \
--header 'Authorization: Bearer <token>'{
"id": "id_example",
"employeeId": "employee_example",
"employeeVersionId": "employeeversion_example",
"status": "creating",
"failureCode": "示例值",
"createdAt": "2026-09-27T08:00:00.000Z",
"updatedAt": "2026-09-27T08:00:00.000Z",
"activatedAt": "2026-09-27T08:00:00.000Z",
"closedAt": "2026-09-27T08:00:00.000Z"
}