curl --request PATCH \
--url https://api.production.hyperoru.com/api/account/dashboard-visibility \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"updates": [
{
"account_id": 123,
"show_on_dashboard": true
}
]
}
'