username:passwordAuthorization: Basic *****************curl --location --request GET '/trello/member?accessToken&accessTokenSecret' \
--header 'Authorization: Basic <encoded-value>'{
"fullName": "John Doe",
"avatarUrl": "https://example.com/avatar.jpg"
}