Request
Body Params application/json
{
"team_id": 2,
"department": "Reception",
"consultant_id": 2,
"team_members": [
2
]
}
Request Code Samples
curl --location --request POST '/admin/edit_team_info' \
--header 'Authorization: fyOdrxokvUSMTPiN0hBjVDsz348KY2GWZ9gEaF5Jql6p7XnmQL1uIeHtARwCbc' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 2,
"department": "Reception",
"consultant_id": 2,
"team_members": [
2
]
}'
Responses
application/json Modified at 2025-04-23 22:00:35