Views
Create a Postgres view
Creates a view (or materialized view per request body) in the client's database. Requires `X-Athena-Client` and a client-bound API key with appropriate management rights.
curl -X POST "https://athena-cluster.com/management/views" \ -H "X-Athena-Client: string"Empty
Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}