Authorization: Bearer ********************{
"date": "2025-12-02",
"start_time": "10:00",
"end_time": "10:30",
"notes": "jangan telat",
"participants": [1,2]
}{
"status": "success",
"message": "Set supervisor assessment interview schedule successfully",
"data": {
"id": 13,
"date": "2025-12-02T00:00:00.000000Z",
"start_time": "10:00",
"end_time": "10:30",
"participants": [
{
"id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"phone": null,
"employee_id": 2,
"employee_code": "01010101",
"avatar_url": null
},
{
"id": 1,
"name": "Superadmin ESS",
"email": "superadmin@example.com",
"phone": null,
"employee_id": 1,
"employee_code": "00000001",
"avatar_url": null
}
],
"notes": null,
"created_at": "2025-11-28 17:49:23",
"updated_at": "2025-11-28 17:49:23"
}
}