curl --request POST \ --url https://api.sandbox.onclevo.com/v0/business \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Roofing Pros", "entity_type": "c-corp", "entries_start": "2023-11-07T05:31:56Z", "fiscal_year": "2024-12-31T11:59:59Z", "status": "active" }'
{ "tenant_id": "b_123456", "name": "Roofing Pros", "entit y_type": "c-corp", "entries_start": "2023-11-07T05:31:56Z", "fiscal_year": "2024-12-31T11:59:59Z", "status": "active", "id": "b_123456", }