Some examples can be found here: request.http
1. Config
# Disable / Enable the sending of values
POST {{url}}/api/config
Content-Type: application/json
{
"sendValues": false
}
3. Value Types
# Can be any of GET, POST, DELETE, PUT to manage the value types
{{url}}/api/valueType
4. More Endpoints
Look at the request.http file in the value sim repo.