curl --request POST \
--url https://dash.betteruseblockchain.com/api/v1/folder/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Título do folder",
"folder_parent_id": "997b1cec-7cad-449f-bd3a-8eba9de644d3"
}'{
"message": "Success",
"data": {
"id": "<string>",
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
}Create a new storage folder.
curl --request POST \
--url https://dash.betteruseblockchain.com/api/v1/folder/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Título do folder",
"folder_parent_id": "997b1cec-7cad-449f-bd3a-8eba9de644d3"
}'{
"message": "Success",
"data": {
"id": "<string>",
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
}