Authorization: Bearer ********************
X-Altan-Key: ********************
{
"name": "My App",
"interface_id": "string",
"github_repo_url": "string",
"framework": "vite"
}
curl --location --request POST 'https://api.altan.ai/account//interface' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My App",
"interface_id": "string",
"github_repo_url": "string",
"framework": "vite"
}'
null