{
"bucketName": "string",
"state": "string"
}
curl --location --request POST 'https://api.laf.run/v1/apps//websites' \
--header 'Content-Type: application/json' \
--data-raw '{
"bucketName": "string",
"state": "string"
}'
{
"error": "string",
"data": {}
}