curl --request POST \
--url https://api.example.com/table/create \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"table": {
"project_id": "<string>",
"rows": [
{}
],
"expected_digest": "<string>"
}
}
'