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