Authorization: Bearer ********************
curl --location --request GET '/api/v2/ktties//members'
[
{
"uid": "string",
"uuid": "string",
"first_name": "Piers",
"last_name": "Morgan",
"image_url": "http://example.com/sample.png",
"is_blocked": true,
"can_receive_funds": true,
"user_status": "Registered",
"can_become_admin": false,
"role": "Owner",
"status": "Approved"
}
]