{
"doctor_id": 2,
"is_resigned": false
}curl --location --request POST '/admin/set_resign_doctor' \
--header 'Authorization: t05lRfUyaBLHqVbZDmxuirGC8XhY7IOS' \
--header 'Content-Type: application/json' \
--data-raw '{
"doctor_id": 2,
"is_resigned": false
}'{}