List all configurations for a specific account.
Args: account_id: Account ID to fetch configurations for. category: Optional category filter.
curl --request GET \
--url https://api.example.com/api/v1/admin/configuration/account{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url https://api.example.com/api/v1/admin/configuration/account{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}