cURL
curl --request POST \ --url https://your-instance.example.com/api/vertical \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{}
Vertical created successfully
Generic response envelope. Endpoint-specific fields are intentionally open.