curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/widgets/{widgetId}/configurations \
--header 'Content-Type: application/json' \
--data '
{
"configuration": {},
"status": "<string>",
"name": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"description": "<string>",
"name": "<string>",
"configuration": {},
"version": "<string>"
}Creates a new widget configuration for the specified account, project, and widget
curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/widgets/{widgetId}/configurations \
--header 'Content-Type: application/json' \
--data '
{
"configuration": {},
"status": "<string>",
"name": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"description": "<string>",
"name": "<string>",
"configuration": {},
"version": "<string>"
}The ID of the account
The ID of the project
The ID of the widget