Code Examples
Creating a User
Section titled “Creating a User”curl -X POST https://api.securitypro.com/users \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name": "John Doe", "email": "john@example.com"}'