username:password
Authorization: Basic *****************
curl --location --request GET '/topics/search?q' \
--header 'Authorization: Basic Og=='
[
{
"created": "2019-08-24T14:15:22Z",
"id": 0,
"repo_count": 0,
"topic_name": "string",
"updated": "2019-08-24T14:15:22Z"
}
]