curl --request POST \
--url https://shardcloud.app/api/databases \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "postgres",
"ram": 513,
"password": "<string>",
"name": "<string>",
"visualizer": true
}
'