api_access_token: ********************curl --location --request GET 'http://localhost:3030/api/v1/accounts//dashboard_apps' \
--header 'api_access_token: <api-key>'[
{
"id": 0,
"title": "string",
"content": {
"url": "string",
"type": "string"
},
"user_id": 0,
"account_id": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]