cURL
curl --request POST \ --url https://api.hacktionbase.com/v1/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "externalId": "org_456", "name": "<string>", "attributes": {} } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"org_456"
Accepted