curl --location --request POST '/api/auth/organization/update-member-role' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "string",
"memberId": "string",
"organizationId": "string"
}'
{
"member": {
"id": "string",
"userId": "string",
"organizationId": "string",
"role": "string"
}
}