post https://app.pennylane.com/api/external/v2/journals
Create a journal
This endpoint requires one of the following scopes:
ledger
Log in to see full request history
Responses
Create a journal
This endpoint requires one of the following scopes:
ledger
xxxxxxxxxx
curl --request POST \
--url https://app.pennylane.com/api/external/v2/journals \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"code": "string",
"id": 0,
"label": "string"
}