Authorization: Bearer ********************{
"is_active": false
}curl --location --request PATCH '/v1/workers/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"is_active": false
}'{
"data": {
"id": 101,
"first_name": "Jane",
"last_name": "Smith",
"date_of_birth": "1985-06-15",
"email": "jane.smith@example.com",
"phone": "07700900123",
"regulator": "nmc",
"registration_number": "SW12345",
"profession": "Social Worker",
"current_status": "active",
"expiry_date": "2027-06-30",
"restrictions_summary": null,
"monitoring_start_date": "2026-04-21",
"check_frequency": "daily",
"last_checked_at": "2026-04-21T08:30:00+00:00",
"next_check_due_at": "2026-04-28T08:30:00+00:00",
"consent_given": true,
"consent_given_at": "2026-04-21T09:00:00+00:00",
"is_active": true,
"notes": "Senior social worker, team lead",
"created_at": "2026-04-21T09:00:00+00:00",
"updated_at": "2026-04-21T11:30:00+00:00"
}
}