Request Example
curl -X POST https://api.sheet2db.dev/v1/data/aace0271-c068-499f-bb40-83354a35eebc/sheet \
-H "Content-Type: application/json" \
-d '{
"name": "Transactions",
"firstRow": "[
"id",
"transaction_id",
"amount",
"source",
"destination"
]"
}'