post https://api-sbx.sidedrawersbx.com/api/v1/records/sidedrawer
Creates a new Drawer (sidedrawer
) for free.
Response
Creates a new Drawer (sidedrawer
) for free.
xxxxxxxxxx
curl --request POST \
--url https://api-sbx.sidedrawersbx.com/api/v1/records/sidedrawer \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"public":false}'
Examplexxxxxxxxxx
{
"id": ""
}