Using this API, a user should be able to get the Postgres schema dump. ```http POST /v1alpha1/pg_dump Content-Type: application/json { "schema": "public" } ``` response will be a file download