api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//dashboard_apps' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"title": "string",
"content": {
"url": "http://example.com",
"type": "string"
}
}'{}