Authorization: Bearer ********************{
"user_id":1,
"form_id": 1,
"target_position_id": 1,
"target_level_id": 1,
"assessors": [1,2] // the value is user_id
}{
"status": "success",
"message": "Supervisor Assessment Created Successfully",
"data": {
"user_id": 1,
"target_position_id": 1,
"target_level_id": 1,
"form_id": 14,
"current_position_id": 1,
"current_level_id": 2,
"tenant_id": 1,
"updated_at": "2025-11-28T16:17:37.000000Z",
"created_at": "2025-11-28T16:17:37.000000Z",
"id": 3,
"status_label": "Not Started"
}
}