curl --request PATCH \
--url https://app.teable.ai/api/base/%7BbaseId%7D/dashboard/%7Bid%7D/layout \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"layout":[{"pluginInstallId":"string","x":0,"y":0,"w":0,"h":0}]}'