post https://api-sbx.sidedrawersbx.com/api/v1/filing-cabinets/filing-cabinet
Creates a Filing Cabinet. Specify the Filing Cabinet name, owner, Invitation code, and federation identifier in the request body.
Response
Creates a Filing Cabinet. Specify the Filing Cabinet name, owner, Invitation code, and federation identifier in the request body.
xxxxxxxxxx
curl --request POST \
--url https://api-sbx.sidedrawersbx.com/api/v1/filing-cabinets/filing-cabinet \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": "",
"name": "My file cabinet",
"owner": "auth0|123",
"active": true,
"createdAt": "2023-09-11T16:24:05-03:00",
"updatedAt": "2023-09-11T16:24:05-03:00"
}