curl --request POST \
--url https://app.teable.ai/api/share/%7BshareId%7D/base/copy \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"spaceId":"string","name":"string","withRecords":true,"baseId":"string"}'