{"role": "ADMIN"}curl --location --request PUT 'https://api.zapmail.ai/api/v2/workspaces/members?memberId=' \
--header 'x-auth-zapmail: tet' \
--header 'Content-Type: application/json' \
--data-raw '{"role": "ADMIN"}'{
"status": 200,
"message": "Member role updated successfully",
"data": {
"id": "",
"role": "ADMIN"
}
}