curl --location --request POST 'https://api.stateset.com/v1/examples' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
"example_name": "Example Name",
"example_type": "string"
}'
{
"attribute_name": "<string>",
"attribute_type": "<string>",
"description": "<string>",
"ticket_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}This endpoint creates a new example
curl --location --request POST 'https://api.stateset.com/v1/examples' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
"example_name": "Example Name",
"example_type": "string"
}'
{
"attribute_name": "<string>",
"attribute_type": "<string>",
"description": "<string>",
"ticket_id": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}curl --location --request POST 'https://api.stateset.com/v1/examples' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "em_1NXWPnCo6bFb1KQto6C8OWvE",
"example_name": "Example Name",
"example_type": "string"
}'