username:passwordAuthorization: Basic *****************curl --location --request GET 'https://service-test.infiniax.com/open-api/v1/cards/task' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"message": "string",
"timestamp": 0,
"data": {
"len": 0,
"success": 0,
"error": 0,
"complete": true
}
}