Authorization: Bearer ********************{
"proportions": {
"550e8400-e29b-41d4-a716-446655440000": 2,
"550e8400-e29b-41d4-a716-446655440001": 1
}
}curl --location --request PUT '/api/v2/ktties//member-proportions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"proportions": {
"550e8400-e29b-41d4-a716-446655440000": 2,
"550e8400-e29b-41d4-a716-446655440001": 1
}
}'{}