Create Block
Create a new block. Block names must be unique within the same instance.
Block names must be unique within the same instance. Attempting to create a duplicate will return a 409 Conflict error.
Example Request
curl -X POST https://api.checkpoint.b-digital.uk/api/v1/blocks \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Block A",
"instance_id": "se8SajpJDWUwrEmhElLF",
"description": "Main accommodation block"
}'