username:passwordAuthorization: Basic *****************curl --location --request POST '/trello/import-boards?accessToken&accessTokenSecret' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"boards": [
{
"id": "string",
"name": "string"
}
],
"spaceColumnId": 0
}'{
"message": "Import in progress"
}