The name of the example to be created.
The type of the example (e.g., string, number, boolean).
A brief description of the example.
This is the ticket_id of the example.
This is the created_at of the example.
This is the updated_at of the example.
Response
The name of the created example.
The type of the created example.
A brief description of the created example.
This is the ticket_id of the example.
This is the created_at of the example.
This is the updated_at of the 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"
}'