Authorization: Bearer ********************
{ "role": "Admin" }
curl --location --request PUT '/api/v2/ktties//members/' \ --header 'Content-Type: application/json' \ --data-raw '{ "role": "Admin" }'
{}