POST /keys
curl -X POST "https://api.spendjuice.com/keys" \ -H "Authorization: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "test-key", "description": "Test Key", "scopes": ["resource.scopes"], "expiry_date": "2024-12-23T17:55:42.921" }'
{ "data": { "key": "xxx", "description": "", "name": "", "scope": ["resource.scopes"], "created_at": "2023-12-23T17:55:42.921", "expiry_date_at": "2023-12-23T17:55:42.921" } }