username:passwordAuthorization: Basic *****************curl --location --request GET '/trello/boards-list?accessToken&accessTokenSecret' \
--header 'Authorization: Basic <encoded-value>'[
{
"id": "string",
"name": "string"
}
]