Base route: /api/project
Imports a single variable from the workspace into the project's variable scope.
POST /api/project/workspace-variable
{
"projectId": "string",
"workspaceVariableId": "string"
}
{
"projectVariableId": "string"
}