Examples
Create a new example
post/examples
Request body
Example request
{
"name": "no_stress"
}Response
Return the example with the specified id
Example response
{
"id": 3,
"name": "example 3"
}Create a new example
{
"name": "no_stress"
}Return the example with the specified id
{
"id": 3,
"name": "example 3"
}