cURL
curl --request POST \ --url https://api.covenance.com/sub-account \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>" }
Creates a new sub account
OK