Example on rest api documentation

Do someone have a complete example over everything you can show in the swagger and how your writing it?

I kind of struggle with this

That’s pretty much how everything is with this product. They have decent documentation but they need real world examples for every part of this product.
I’ve had to figure just about everything out.

Still struggling with it, documentation how to show example values schema over the body is one example.
[Bool] don’t work as it only show null but if I use $true or $false then it display it as string for the user.