Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/dashboards/nodered/topics?userId&projectId' \
--header 'Authorization: Bearer <token>'{
"msg": "string",
"data": {
"structured": [
"string"
],
"flat": [
"string"
],
"total": 0
}
}