{
"team_id": 2,
"department": "Reception",
"consultant_id": 2,
"team_members": [
2
]
}curl --location '/admin/edit_team_info' \
--header 'Authorization: fyOdrxokvUSMTPiN0hBjVDsz348KY2GWZ9gEaF5Jql6p7XnmQL1uIeHtARwCbc' \
--header 'Content-Type: application/json' \
--data '{
"team_id": 2,
"department": "Reception",
"consultant_id": 2,
"team_members": [
2
]
}'{}