{
"department": "Internal_Medicine",
"consultant_id": 2,
"is_admin_team": "false"
}curl --location --request POST '/admin/create_doctor_team' \
--header 'Authorization: t05lRfUyaBLHqVbZDmxuirGC8XhY7IOS' \
--header 'Content-Type: application/json' \
--data-raw '{
"department": "Internal_Medicine",
"consultant_id": 2,
"is_admin_team": "false"
}'{}