X-Jicoo-Api-Key: ********************{
"role": "owner"
}curl --location --request PATCH '/v1/organization_users/' \
--header 'X-Jicoo-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"role": "owner"
}'{
"data": {
"userId": "string",
"name": "string",
"profileImage": "string",
"email": "user@example.com",
"color": "string",
"slug": "string",
"role": "owner",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}